#690D2C

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

Shades of Pohutukawa #690D2C

Tints of Pohutukawa #690D2C

Color information

#690D2C (or 0x690D2C) is unknown color: approx Pohutukawa. HEX triplet: 69, 0D and 2C. RGB value is (105,13,44). Sum of RGB (Red+Green+Blue) = 105+13+44=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #690D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D2C is #96F2D3. Grayscale: #2C2C2C. Windows color (decimal): -9892564 or 2887017. OLE color: 2887017.

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

Color convert

RGB1051344-
CMYK00.880.580.59
HSL339.78º77.97%23.14%-
HSV(B)339.78º87.62%41.18%-
XYZ6.423.472.71-
YUV44.04127.98171.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=64.81%
G=8.02%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105134400.880.580.59339.7877.9723.14
Hex69D2C0583A3B1544e17
Octal15115540130727352411627
Binary1101001110110110001011000111010111011101010100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,13,44); }

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

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

 a { background-color: rgb(105,13,44); }

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

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

 span { border-color: rgb(105,13,44); }

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