Html Css Color HEX #690608 Pohutukawa

📋 copy color: '#690608'

red 105 ◦ green 6 ◦ blue 8

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

Shades of Pohutukawa #690608

Tints of Pohutukawa #690608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.04%

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

R = 88.24%
G = 5.04%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#690608 (or 0x690608) is known color: Pohutukawa. HEX triplet: 69, 06 and 08. RGB value is (105,6,8). Sum of RGB (Red+Green+Blue) = 105+6+8=119 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.24% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 105 - color contains mainly: red. Hex color #690608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690608 is #96F9F7. Grayscale: #232323. Windows color (decimal): -9894392 or 525929. OLE color: 525929.

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

Color convert

RGB 105 6 8 -
CMYK 0 0.94 0.92 0.59
HSL 358.79º 0.89% 0.22% -
HSV(B) 358.79º 0.94% 0.41% -
XYZ 5.93 3.15 0.53 -
YUV 35.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 105 6 8 0 0.94 0.92 0.59 358.79 0.89 0.22
Hex 69 6 8 0 5E 5C 3B 167 59 16
Octal 151 6 10 0 136 134 73 547 131 26
Binary 1101001 110 1000 0 1011110 1011100 111011 101100111 1011001 10110

Color Harmonies of #690608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690608

Black with #690608

Text Example


Text Example

White with #690608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690608; }

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

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

background-color css

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

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

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

border-color css

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

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

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