Html Css Color HEX #641906 Red Oxide

📋 copy color: '#641906'

red 100 ◦ green 25 ◦ blue 6

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

Shades of Red Oxide #641906

Tints of Red Oxide #641906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 76.34%
G = 19.08%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#641906 (or 0x641906) is known color: Red Oxide. HEX triplet: 64, 19 and 06. RGB value is (100,25,6). Sum of RGB (Red+Green+Blue) = 100+25+6=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #641906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641906 is #9BE6F9. Grayscale: #2D2D2D. Windows color (decimal): -10217210 or 399716. OLE color: 399716.

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

Color convert

RGB 100 25 6 -
CMYK 0 0.75 0.94 0.61
HSL 12.13º 0.89% 0.21% -
HSV(B) 12.13º 0.94% 0.39% -
XYZ 5.64 3.42 0.53 -
YUV 45.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 100 25 6 0 0.75 0.94 0.61 12.13 0.89 0.21
Hex 64 19 6 0 4B 5E 3D C 59 15
Octal 144 31 6 0 113 136 75 14 131 25
Binary 1100100 11001 110 0 1001011 1011110 111101 1100 1011001 10101

Color Harmonies of #641906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641906

Black with #641906

Text Example


Text Example

White with #641906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641906; }

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

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

background-color css

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

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

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

border-color css

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

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

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