Html Css Color HEX #690B12 Pohutukawa

📋 copy color: '#690B12'

red 105 ◦ green 11 ◦ blue 18

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

Shades of Pohutukawa #690B12

Tints of Pohutukawa #690B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 78.36%
G = 8.21%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#690B12 (or 0x690B12) is known color: Pohutukawa. HEX triplet: 69, 0B and 12. RGB value is (105,11,18). Sum of RGB (Red+Green+Blue) = 105+11+18=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B12 is #96F4ED. Grayscale: #272727. Windows color (decimal): -9893102 or 1182569. OLE color: 1182569.

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

Color convert

RGB 105 11 18 -
CMYK 0 0.90 0.83 0.59
HSL 355.53º 0.81% 0.23% -
HSV(B) 355.53º 0.9% 0.41% -
XYZ 6.05 3.29 0.89 -
YUV 39.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 105 11 18 0 0.90 0.83 0.59 355.53 0.81 0.23
Hex 69 B 12 0 5A 53 3B 164 51 17
Octal 151 13 22 0 132 123 73 544 121 27
Binary 1101001 1011 10010 0 1011010 1010011 111011 101100100 1010001 10111

Color Harmonies of #690B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B12

Black with #690B12

Text Example


Text Example

White with #690B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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