Html Css Color HEX #641C06 Red Oxide

📋 copy color: '#641C06'

red 100 ◦ green 28 ◦ blue 6

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

Shades of Red Oxide #641C06

Tints of Red Oxide #641C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 74.63%
G = 20.9%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#641C06 (or 0x641C06) is known color: Red Oxide. HEX triplet: 64, 1C and 06. RGB value is (100,28,6). Sum of RGB (Red+Green+Blue) = 100+28+6=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #641C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C06 is #9BE3F9. Grayscale: #2F2F2F. Windows color (decimal): -10216442 or 400484. OLE color: 400484.

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

Color convert

RGB 100 28 6 -
CMYK 0 0.72 0.94 0.61
HSL 14.04º 0.89% 0.21% -
HSV(B) 14.04º 0.94% 0.39% -
XYZ 5.7 3.55 0.56 -
YUV 47.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 100 28 6 0 0.72 0.94 0.61 14.04 0.89 0.21
Hex 64 1C 6 0 48 5E 3D E 59 15
Octal 144 34 6 0 110 136 75 16 131 25
Binary 1100100 11100 110 0 1001000 1011110 111101 1110 1011001 10101

Color Harmonies of #641C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C06

Black with #641C06

Text Example


Text Example

White with #641C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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