#690C0E

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

Shades of Pohutukawa #690C0E

Tints of Pohutukawa #690C0E

Color information

#690C0E (or 0x690C0E) is unknown color: approx Pohutukawa. HEX triplet: 69, 0C and 0E. RGB value is (105,12,14). Sum of RGB (Red+Green+Blue) = 105+12+14=131 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.15% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 105 - color contains mainly: red. Hex color #690C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690C0E is #96F3F1. Grayscale: #282828. Windows color (decimal): -9892850 or 920681. OLE color: 920681.

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

Color convert

RGB1051214-
CMYK00.890.870.59
HSL358.71º79.49%22.94%-
HSV(B)358.71º88.57%41.18%-
XYZ6.043.30.73-
YUV40.03113.31174.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 80.15%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=80.15%
G=9.16%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105121400.890.870.59358.7179.4922.94
Hex69CE059573B1674f17
Octal151141601311277354711727
Binary110100111001110010110011010111111011101100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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