Html Css Color HEX #610A08 Red Oxide

📋 copy color: '#610A08'

red 97 ◦ green 10 ◦ blue 8

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

Shades of Red Oxide #610A08

Tints of Red Oxide #610A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.7%

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 84.35%
G = 8.7%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#610A08 (or 0x610A08) is known color: Red Oxide. HEX triplet: 61, 0A and 08. RGB value is (97,10,8). Sum of RGB (Red+Green+Blue) = 97+10+8=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #610A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A08 is #9EF5F7. Grayscale: #232323. Windows color (decimal): -10417656 or 526945. OLE color: 526945.

HSL color Cylindrical-coordinate representation of color #610A08: hue angle of 1.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610A08 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 10 8 -
CMYK 0 0.90 0.92 0.62
HSL 1.35º 0.85% 0.21% -
HSV(B) 1.35º 0.92% 0.38% -
XYZ 5.08 2.78 0.5 -
YUV 35.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 97 10 8 0 0.90 0.92 0.62 1.35 0.85 0.21
Hex 61 A 8 0 5A 5C 3E 1 55 15
Octal 141 12 10 0 132 134 76 1 125 25
Binary 1100001 1010 1000 0 1011010 1011100 111110 1 1010101 10101

Color Harmonies of #610A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610A08

Black with #610A08

Text Example


Text Example

White with #610A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,10,8); }

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

background-color css

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

 a { background-color: rgb(97,10,8); }

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

border-color css

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

 span { border-color: rgb(97,10,8); }

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