#690C14

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

Shades of Pohutukawa #690C14

Tints of Pohutukawa #690C14

Color information

#690C14 (or 0x690C14) is unknown color: approx Pohutukawa. HEX triplet: 69, 0C and 14. RGB value is (105,12,20). Sum of RGB (Red+Green+Blue) = 105+12+20=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #690C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C14 is #96F3EB. Grayscale: #282828. Windows color (decimal): -9892844 or 1313897. OLE color: 1313897.

HSL color Cylindrical-coordinate representation of color #690C14: hue angle of 354.84º 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 #690C14 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1051220-
CMYK00.890.810.59
HSL354.84º79.49%22.94%-
HSV(B)354.84º88.57%41.18%-
XYZ6.083.320.98-
YUV40.72116.31173.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.64%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=76.64%
G=8.76%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105122000.890.810.59354.8479.4922.94
Hex69C14059513B1634f17
Octal151142401311217354311727
Binary1101001110010100010110011010001111011101100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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