Html Css Color HEX #690D18 Pohutukawa

📋 copy color: '#690D18'

red 105 ◦ green 13 ◦ blue 24

#690D18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #690D18

Tints of Pohutukawa #690D18

RGB

 RED value IS 105 (41.41% from 255) = 73.94%

 GREEN value IS 13 (5.47% from 255) = 9.15%

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 73.94%
G = 9.15%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#690D18 (or 0x690D18) is known color: Pohutukawa. HEX triplet: 69, 0D and 18. RGB value is (105,13,24). Sum of RGB (Red+Green+Blue) = 105+13+24=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #690D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D18 is #96F2E7. Grayscale: #292929. Windows color (decimal): -9892584 or 1576297. OLE color: 1576297.

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

Color convert

RGB 105 13 24 -
CMYK 0 0.88 0.77 0.59
HSL 352.83º 0.78% 0.23% -
HSV(B) 352.83º 0.88% 0.41% -
XYZ 6.13 3.36 1.19 -
YUV 41.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 105 13 24 0 0.88 0.77 0.59 352.83 0.78 0.23
Hex 69 D 18 0 58 4D 3B 161 4E 17
Octal 151 15 30 0 130 115 73 541 116 27
Binary 1101001 1101 11000 0 1011000 1001101 111011 101100001 1001110 10111

Color Harmonies of #690D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D18

Black with #690D18

Text Example


Text Example

White with #690D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #690D18;
 }
 .AnyTagClassName
 {
   color: #690D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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