Html Css Color HEX #640506 Pohutukawa

📋 copy color: '#640506'

red 100 ◦ green 5 ◦ blue 6

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

Shades of Pohutukawa #640506

Tints of Pohutukawa #640506

RGB

 RED value IS 100 (39.45% from 255) = 90.09%

 GREEN value IS 5 (2.34% from 255) = 4.5%

 BLUE value IS 6 (2.73% from 255) = 5.41%

R = 90.09%
G = 4.5%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#640506 (or 0x640506) is known color: Pohutukawa. HEX triplet: 64, 05 and 06. RGB value is (100,5,6). Sum of RGB (Red+Green+Blue) = 100+5+6=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640506 is #9BFAF9. Grayscale: #212121. Windows color (decimal): -10222330 or 394596. OLE color: 394596.

HSL color Cylindrical-coordinate representation of color #640506: hue angle of 359.37º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640506 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 5 6 -
CMYK 0 0.95 0.94 0.61
HSL 359.37º 0.9% 0.21% -
HSV(B) 359.37º 0.95% 0.39% -
XYZ 5.34 2.83 0.44 -
YUV 33.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 100 5 6 0 0.95 0.94 0.61 359.37 0.9 0.21
Hex 64 5 6 0 5F 5E 3D 167 5A 15
Octal 144 5 6 0 137 136 75 547 132 25
Binary 1100100 101 110 0 1011111 1011110 111101 101100111 1011010 10101

Color Harmonies of #640506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640506

Black with #640506

Text Example


Text Example

White with #640506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640506; }

 p { color: rgb(100,5,6); }

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

background-color css

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

 a { background-color: rgb(100,5,6); }

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

border-color css

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

 span { border-color: rgb(100,5,6); }

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