Html Css Color HEX #640F06 Red Oxide

📋 copy color: '#640F06'

red 100 ◦ green 15 ◦ blue 6

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

Shades of Red Oxide #640F06

Tints of Red Oxide #640F06

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #640F06: hue angle of 5.74º 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 #640F06 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 15 6 -
CMYK 0 0.85 0.94 0.61
HSL 5.74º 0.89% 0.21% -
HSV(B) 5.74º 0.94% 0.39% -
XYZ 5.46 3.06 0.48 -
YUV 39.39 109.16 171.23 -
System Red Green Blue C M Y K H S L
Decimal 100 15 6 0 0.85 0.94 0.61 5.74 0.89 0.21
Hex 64 F 6 0 55 5E 3D 6 59 15
Octal 144 17 6 0 125 136 75 6 131 25
Binary 1100100 1111 110 0 1010101 1011110 111101 110 1011001 10101

Color Harmonies of #640F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F06

Black with #640F06

Text Example


Text Example

White with #640F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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