Html Css Color HEX #64060F Pohutukawa

📋 copy color: '#64060F'

red 100 ◦ green 6 ◦ blue 15

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

Shades of Pohutukawa #64060F

Tints of Pohutukawa #64060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 82.64%
G = 4.96%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#64060F (or 0x64060F) is known color: Pohutukawa. HEX triplet: 64, 06 and 0F. RGB value is (100,6,15). Sum of RGB (Red+Green+Blue) = 100+6+15=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #64060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64060F is #9BF9F0. Grayscale: #232323. Windows color (decimal): -10222065 or 984676. OLE color: 984676.

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

Color convert

RGB 100 6 15 -
CMYK 0 0.94 0.85 0.61
HSL 354.26º 0.89% 0.21% -
HSV(B) 354.26º 0.94% 0.39% -
XYZ 5.41 2.87 0.72 -
YUV 35.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 100 6 15 0 0.94 0.85 0.61 354.26 0.89 0.21
Hex 64 6 F 0 5E 55 3D 162 59 15
Octal 144 6 17 0 136 125 75 542 131 25
Binary 1100100 110 1111 0 1011110 1010101 111101 101100010 1011001 10101

Color Harmonies of #64060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64060F

Black with #64060F

Text Example


Text Example

White with #64060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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