Html Css Color HEX #611D18 Red Oxide

📋 copy color: '#611D18'

red 97 ◦ green 29 ◦ blue 24

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

Shades of Red Oxide #611D18

Tints of Red Oxide #611D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 24 (9.77% from 255) = 16%

R = 64.67%
G = 19.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#611D18 (or 0x611D18) is known color: Red Oxide. HEX triplet: 61, 1D and 18. RGB value is (97,29,24). Sum of RGB (Red+Green+Blue) = 97+29+24=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D18 is #9EE2E7. Grayscale: #303030. Windows color (decimal): -10412776 or 1580385. OLE color: 1580385.

HSL color Cylindrical-coordinate representation of color #611D18: hue angle of 4.11º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611D18 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 29 24 -
CMYK 0 0.70 0.75 0.62
HSL 4.11º 0.6% 0.24% -
HSV(B) 4.11º 0.75% 0.38% -
XYZ 5.53 3.49 1.25 -
YUV 48.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 97 29 24 0 0.70 0.75 0.62 4.11 0.6 0.24
Hex 61 1D 18 0 46 4B 3E 4 3C 18
Octal 141 35 30 0 106 113 76 4 74 30
Binary 1100001 11101 11000 0 1000110 1001011 111110 100 111100 11000

Color Harmonies of #611D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D18

Black with #611D18

Text Example


Text Example

White with #611D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611D18; }

 p { color: rgb(97,29,24); }

 H1.HeaderClassName
 {
   color: #611D18;
 }
 .AnyTagClassName
 {
   color: #611D18;
 }
</style>

background-color css

<style>
 a { background-color: #611D18; }

 a { background-color: rgb(97,29,24); }

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

border-color css

<style>
 span { border-color: #611D18; }

 span { border-color: rgb(97,29,24); }

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