Html Css Color HEX #690708 Pohutukawa

📋 copy color: '#690708'

red 105 ◦ green 7 ◦ blue 8

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

Shades of Pohutukawa #690708

Tints of Pohutukawa #690708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 87.5%
G = 5.83%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#690708 (or 0x690708) is known color: Pohutukawa. HEX triplet: 69, 07 and 08. RGB value is (105,7,8). Sum of RGB (Red+Green+Blue) = 105+7+8=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #690708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690708 is #96F8F7. Grayscale: #242424. Windows color (decimal): -9894136 or 526185. OLE color: 526185.

HSL color Cylindrical-coordinate representation of color #690708: hue angle of 359.39º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690708 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 7 8 -
CMYK 0 0.93 0.92 0.59
HSL 359.39º 0.88% 0.22% -
HSV(B) 359.39º 0.93% 0.41% -
XYZ 5.95 3.17 0.53 -
YUV 36.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 105 7 8 0 0.93 0.92 0.59 359.39 0.88 0.22
Hex 69 7 8 0 5D 5C 3B 167 58 16
Octal 151 7 10 0 135 134 73 547 130 26
Binary 1101001 111 1000 0 1011101 1011100 111011 101100111 1011000 10110

Color Harmonies of #690708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690708

Black with #690708

Text Example


Text Example

White with #690708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690708; }

 p { color: rgb(105,7,8); }

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

background-color css

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

 a { background-color: rgb(105,7,8); }

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

border-color css

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

 span { border-color: rgb(105,7,8); }

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