Html Css Color HEX #690609 Pohutukawa

📋 copy color: '#690609'

red 105 ◦ green 6 ◦ blue 9

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

Shades of Pohutukawa #690609

Tints of Pohutukawa #690609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.5%

R = 87.5%
G = 5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#690609 (or 0x690609) is known color: Pohutukawa. HEX triplet: 69, 06 and 09. RGB value is (105,6,9). Sum of RGB (Red+Green+Blue) = 105+6+9=120 (15% of max value = 765). Red value is 105 (41.41% from 255 or 87.5% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 105 - color contains mainly: red. Hex color #690609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690609 is #96F9F6. Grayscale: #242424. Windows color (decimal): -9894391 or 591465. OLE color: 591465.

HSL color Cylindrical-coordinate representation of color #690609: hue angle of 358.18º 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 #690609 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 6 9 -
CMYK 0 0.94 0.91 0.59
HSL 358.18º 0.89% 0.22% -
HSV(B) 358.18º 0.94% 0.41% -
XYZ 5.94 3.15 0.55 -
YUV 35.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 105 6 9 0 0.94 0.91 0.59 358.18 0.89 0.22
Hex 69 6 9 0 5E 5B 3B 166 59 16
Octal 151 6 11 0 136 133 73 546 131 26
Binary 1101001 110 1001 0 1011110 1011011 111011 101100110 1011001 10110

Color Harmonies of #690609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690609

Black with #690609

Text Example


Text Example

White with #690609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690609; }

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

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

background-color css

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

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

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

border-color css

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

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

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