#690c21

Color #690C21 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #690C21

Tints of Pohutukawa #690C21

Color information

#690C21 (or 0x690C21) is unknown color: approx Pohutukawa. HEX triplet: 69, 0C and 21. RGB value is (105,12,33). Sum of RGB (Red+Green+Blue) = 105+12+33=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #690C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C21 is #96F3DE. Grayscale: #2A2A2A. Windows color (decimal): -9892831 or 2165865. OLE color: 2165865.

HSL color Cylindrical-coordinate representation of color #690C21: hue angle of 346.45º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C21 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1051233-
CMYK00.890.690.59
HSL346.45º79.49%22.94%-
HSV(B)346.45º88.57%41.18%-
XYZ6.233.381.76-
YUV42.2122.81172.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 70%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 33 (13.28% from 255) = 22%
R=70%
G=8%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105123300.890.690.59346.4579.4922.94
Hex69C21059453B15a4f17
Octal151144101311057353211727
Binary11010011100100001010110011000101111011101011010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690c21; }

 p { color: rgb(105,12,33); }

 H1.HeaderClassName
 {
   color: #690c21;
 }
 .AnyTagClassName
 {
   color: #690c21;
 }
</style>
background-color css

<style>
 a { background-color: #690c21; }

 a { background-color: rgb(105,12,33); }

 div.DivClassName
 {
   background-color: #690c21;
 }
 .BgClassName
 {
   background-color: #690c21;
 }
</style>
border-color css

<style>
 span { border-color: #690c21; }

 span { border-color: rgb(105,12,33); }

 td.TdClassName
 {
   border-color: #690c21;
 }
 .TagClassName
 {
   border-color: #690c21;
 }
</style>