Html Css Color HEX #610C06 Red Oxide

📋 copy color: '#610C06'

red 97 ◦ green 12 ◦ blue 6

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

Shades of Red Oxide #610C06

Tints of Red Oxide #610C06

RGB

 RED value IS 97 (38.28% from 255) = 84.35%

 GREEN value IS 12 (5.08% from 255) = 10.43%

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

R = 84.35%
G = 10.43%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#610C06 (or 0x610C06) is known color: Red Oxide. HEX triplet: 61, 0C and 06. RGB value is (97,12,6). Sum of RGB (Red+Green+Blue) = 97+12+6=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #610C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C06 is #9EF3F9. Grayscale: #242424. Windows color (decimal): -10417146 or 396385. OLE color: 396385.

HSL color Cylindrical-coordinate representation of color #610C06: hue angle of 3.96º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610C06 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 6 -
CMYK 0 0.88 0.94 0.62
HSL 3.96º 0.88% 0.2% -
HSV(B) 3.96º 0.94% 0.38% -
XYZ 5.09 2.82 0.45 -
YUV 36.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 97 12 6 0 0.88 0.94 0.62 3.96 0.88 0.2
Hex 61 C 6 0 58 5E 3E 4 58 14
Octal 141 14 6 0 130 136 76 4 130 24
Binary 1100001 1100 110 0 1011000 1011110 111110 100 1011000 10100

Color Harmonies of #610C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C06

Black with #610C06

Text Example


Text Example

White with #610C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,12,6); }

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

background-color css

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

 a { background-color: rgb(97,12,6); }

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

border-color css

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

 span { border-color: rgb(97,12,6); }

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