Html Css Color HEX #641006 Red Oxide

📋 copy color: '#641006'

red 100 ◦ green 16 ◦ blue 6

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

Shades of Red Oxide #641006

Tints of Red Oxide #641006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 81.97%
G = 13.11%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#641006 (or 0x641006) is known color: Red Oxide. HEX triplet: 64, 10 and 06. RGB value is (100,16,6). Sum of RGB (Red+Green+Blue) = 100+16+6=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #641006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641006 is #9BEFF9. Grayscale: #282828. Windows color (decimal): -10219514 or 397412. OLE color: 397412.

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

Color convert

RGB 100 16 6 -
CMYK 0 0.84 0.94 0.61
HSL 6.38º 0.89% 0.21% -
HSV(B) 6.38º 0.94% 0.39% -
XYZ 5.47 3.09 0.48 -
YUV 39.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 100 16 6 0 0.84 0.94 0.61 6.38 0.89 0.21
Hex 64 10 6 0 54 5E 3D 6 59 15
Octal 144 20 6 0 124 136 75 6 131 25
Binary 1100100 10000 110 0 1010100 1011110 111101 110 1011001 10101

Color Harmonies of #641006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641006

Black with #641006

Text Example


Text Example

White with #641006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641006; }

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

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

background-color css

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

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

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

border-color css

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

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

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