Html Css Color HEX #690B10 Pohutukawa

📋 copy color: '#690B10'

red 105 ◦ green 11 ◦ blue 16

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

Shades of Pohutukawa #690B10

Tints of Pohutukawa #690B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 79.55%
G = 8.33%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#690B10 (or 0x690B10) is known color: Pohutukawa. HEX triplet: 69, 0B and 10. RGB value is (105,11,16). Sum of RGB (Red+Green+Blue) = 105+11+16=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690B10 is #96F4EF. Grayscale: #272727. Windows color (decimal): -9893104 or 1051497. OLE color: 1051497.

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

Color convert

RGB 105 11 16 -
CMYK 0 0.90 0.85 0.59
HSL 356.81º 0.81% 0.23% -
HSV(B) 356.81º 0.9% 0.41% -
XYZ 6.04 3.28 0.81 -
YUV 39.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 105 11 16 0 0.90 0.85 0.59 356.81 0.81 0.23
Hex 69 B 10 0 5A 55 3B 165 51 17
Octal 151 13 20 0 132 125 73 545 121 27
Binary 1101001 1011 10000 0 1011010 1010101 111011 101100101 1010001 10111

Color Harmonies of #690B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B10

Black with #690B10

Text Example


Text Example

White with #690B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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