Html Css Color HEX #610F08 Red Oxide

📋 copy color: '#610F08'

red 97 ◦ green 15 ◦ blue 8

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

Shades of Red Oxide #610F08

Tints of Red Oxide #610F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.5%

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

R = 80.83%
G = 12.5%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#610F08 (or 0x610F08) is known color: Red Oxide. HEX triplet: 61, 0F and 08. RGB value is (97,15,8). Sum of RGB (Red+Green+Blue) = 97+15+8=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F08 is #9EF0F7. Grayscale: #262626. Windows color (decimal): -10416376 or 528225. OLE color: 528225.

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

Color convert

RGB 97 15 8 -
CMYK 0 0.85 0.92 0.62
HSL 4.72º 0.85% 0.21% -
HSV(B) 4.72º 0.92% 0.38% -
XYZ 5.14 2.9 0.52 -
YUV 38.72 110.67 169.57 -
System Red Green Blue C M Y K H S L
Decimal 97 15 8 0 0.85 0.92 0.62 4.72 0.85 0.21
Hex 61 F 8 0 55 5C 3E 5 55 15
Octal 141 17 10 0 125 134 76 5 125 25
Binary 1100001 1111 1000 0 1010101 1011100 111110 101 1010101 10101

Color Harmonies of #610F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F08

Black with #610F08

Text Example


Text Example

White with #610F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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