Html Css Color HEX #690D11 Pohutukawa

📋 copy color: '#690D11'

red 105 ◦ green 13 ◦ blue 17

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

Shades of Pohutukawa #690D11

Tints of Pohutukawa #690D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 77.78%
G = 9.63%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#690D11 (or 0x690D11) is known color: Pohutukawa. HEX triplet: 69, 0D and 11. RGB value is (105,13,17). Sum of RGB (Red+Green+Blue) = 105+13+17=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #690D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690D11 is #96F2EE. Grayscale: #292929. Windows color (decimal): -9892591 or 1117545. OLE color: 1117545.

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

Color convert

RGB 105 13 17 -
CMYK 0 0.88 0.84 0.59
HSL 357.39º 0.78% 0.23% -
HSV(B) 357.39º 0.88% 0.41% -
XYZ 6.07 3.33 0.85 -
YUV 40.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 105 13 17 0 0.88 0.84 0.59 357.39 0.78 0.23
Hex 69 D 11 0 58 54 3B 165 4E 17
Octal 151 15 21 0 130 124 73 545 116 27
Binary 1101001 1101 10001 0 1011000 1010100 111011 101100101 1001110 10111

Color Harmonies of #690D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D11

Black with #690D11

Text Example


Text Example

White with #690D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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