Html Css Color HEX #640406 Pohutukawa

📋 copy color: '#640406'

red 100 ◦ green 4 ◦ blue 6

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

Shades of Pohutukawa #640406

Tints of Pohutukawa #640406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

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

R = 90.91%
G = 3.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#640406 (or 0x640406) is known color: Pohutukawa. HEX triplet: 64, 04 and 06. RGB value is (100,4,6). Sum of RGB (Red+Green+Blue) = 100+4+6=110 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.91% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 100 - color contains mainly: red. Hex color #640406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640406 is #9BFBF9. Grayscale: #212121. Windows color (decimal): -10222586 or 394340. OLE color: 394340.

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

Color convert

RGB 100 4 6 -
CMYK 0 0.96 0.94 0.61
HSL 358.75º 0.92% 0.2% -
HSV(B) 358.75º 0.96% 0.39% -
XYZ 5.33 2.81 0.43 -
YUV 32.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 100 4 6 0 0.96 0.94 0.61 358.75 0.92 0.2
Hex 64 4 6 0 60 5E 3D 167 5C 14
Octal 144 4 6 0 140 136 75 547 134 24
Binary 1100100 100 110 0 1100000 1011110 111101 101100111 1011100 10100

Color Harmonies of #640406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640406

Black with #640406

Text Example


Text Example

White with #640406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640406; }

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

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

background-color css

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

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

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

border-color css

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

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

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