Html Css Color HEX #610B06 Red Oxide

📋 copy color: '#610B06'

red 97 ◦ green 11 ◦ blue 6

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

Shades of Red Oxide #610B06

Tints of Red Oxide #610B06

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.65%

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

R = 85.09%
G = 9.65%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#610B06 (or 0x610B06) is known color: Red Oxide. HEX triplet: 61, 0B and 06. RGB value is (97,11,6). Sum of RGB (Red+Green+Blue) = 97+11+6=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 11 (4.69% from 255 or 9.65% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B06 is #9EF4F9. Grayscale: #242424. Windows color (decimal): -10417402 or 396129. OLE color: 396129.

HSL color Cylindrical-coordinate representation of color #610B06: hue angle of 3.3º 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 #610B06 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 11 6 -
CMYK 0 0.89 0.94 0.62
HSL 3.3º 0.88% 0.2% -
HSV(B) 3.3º 0.94% 0.38% -
XYZ 5.08 2.79 0.44 -
YUV 36.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 97 11 6 0 0.89 0.94 0.62 3.3 0.88 0.2
Hex 61 B 6 0 59 5E 3E 3 58 14
Octal 141 13 6 0 131 136 76 3 130 24
Binary 1100001 1011 110 0 1011001 1011110 111110 11 1011000 10100

Color Harmonies of #610B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B06

Black with #610B06

Text Example


Text Example

White with #610B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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