Html Css Color HEX #641706 Red Oxide

📋 copy color: '#641706'

red 100 ◦ green 23 ◦ blue 6

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

Shades of Red Oxide #641706

Tints of Red Oxide #641706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

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

R = 77.52%
G = 17.83%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#641706 (or 0x641706) is known color: Red Oxide. HEX triplet: 64, 17 and 06. RGB value is (100,23,6). Sum of RGB (Red+Green+Blue) = 100+23+6=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #641706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641706 is #9BE8F9. Grayscale: #2C2C2C. Windows color (decimal): -10217722 or 399204. OLE color: 399204.

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

Color convert

RGB 100 23 6 -
CMYK 0 0.77 0.94 0.61
HSL 10.85º 0.89% 0.21% -
HSV(B) 10.85º 0.94% 0.39% -
XYZ 5.59 3.34 0.52 -
YUV 44.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 100 23 6 0 0.77 0.94 0.61 10.85 0.89 0.21
Hex 64 17 6 0 4D 5E 3D B 59 15
Octal 144 27 6 0 115 136 75 13 131 25
Binary 1100100 10111 110 0 1001101 1011110 111101 1011 1011001 10101

Color Harmonies of #641706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641706

Black with #641706

Text Example


Text Example

White with #641706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641706; }

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

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

background-color css

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

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

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

border-color css

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

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

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