Html Css Color HEX #690B11 Pohutukawa

📋 copy color: '#690B11'

red 105 ◦ green 11 ◦ blue 17

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

Shades of Pohutukawa #690B11

Tints of Pohutukawa #690B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.27%

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

R = 78.95%
G = 8.27%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#690B11 (or 0x690B11) is known color: Pohutukawa. HEX triplet: 69, 0B and 11. RGB value is (105,11,17). Sum of RGB (Red+Green+Blue) = 105+11+17=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B11 is #96F4EE. Grayscale: #272727. Windows color (decimal): -9893103 or 1117033. OLE color: 1117033.

HSL color Cylindrical-coordinate representation of color #690B11: hue angle of 356.17º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B11 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 17 -
CMYK 0 0.90 0.84 0.59
HSL 356.17º 0.81% 0.23% -
HSV(B) 356.17º 0.9% 0.41% -
XYZ 6.05 3.28 0.85 -
YUV 39.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 105 11 17 0 0.90 0.84 0.59 356.17 0.81 0.23
Hex 69 B 11 0 5A 54 3B 164 51 17
Octal 151 13 21 0 132 124 73 544 121 27
Binary 1101001 1011 10001 0 1011010 1010100 111011 101100100 1010001 10111

Color Harmonies of #690B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B11

Black with #690B11

Text Example


Text Example

White with #690B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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