#690C10

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

Shades of Pohutukawa #690C10

Tints of Pohutukawa #690C10

Color information

#690C10 (or 0x690C10) is unknown color: approx Pohutukawa. HEX triplet: 69, 0C and 10. RGB value is (105,12,16). Sum of RGB (Red+Green+Blue) = 105+12+16=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C10 is #96F3EF. Grayscale: #282828. Windows color (decimal): -9892848 or 1051753. OLE color: 1051753.

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

Color convert

RGB1051216-
CMYK00.890.850.59
HSL357.42º79.49%22.94%-
HSV(B)357.42º88.57%41.18%-
XYZ6.053.30.81-
YUV40.26114.31174.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.95%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=78.95%
G=9.02%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105121600.890.850.59357.4279.4922.94
Hex69C10059553B1654f17
Octal151142001311257354511727
Binary1101001110010000010110011010101111011101100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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