Html Css Color HEX #6D2218 Red Oxide

📋 copy color: '#6D2218'

red 109 ◦ green 34 ◦ blue 24

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

Shades of Red Oxide #6D2218

Tints of Red Oxide #6D2218

RGB

 RED value IS 109 (42.97% from 255) = 65.27%

 GREEN value IS 34 (13.67% from 255) = 20.36%

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

R = 65.27%
G = 20.36%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D2218 (or 0x6D2218) is known color: Red Oxide. HEX triplet: 6D, 22 and 18. RGB value is (109,34,24). Sum of RGB (Red+Green+Blue) = 109+34+24=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2218 is #92DDE7. Grayscale: #373737. Windows color (decimal): -9625064 or 1581677. OLE color: 1581677.

HSL color Cylindrical-coordinate representation of color #6D2218: hue angle of 7.06º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D2218 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 34 24 -
CMYK 0 0.69 0.78 0.57
HSL 7.06º 0.64% 0.26% -
HSV(B) 7.06º 0.78% 0.43% -
XYZ 7.04 4.46 1.35 -
YUV 55.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 109 34 24 0 0.69 0.78 0.57 7.06 0.64 0.26
Hex 6D 22 18 0 45 4E 39 7 40 1A
Octal 155 42 30 0 105 116 71 7 100 32
Binary 1101101 100010 11000 0 1000101 1001110 111001 111 1000000 11010

Color Harmonies of #6D2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2218

Black with #6D2218

Text Example


Text Example

White with #6D2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D2218; }

 p { color: rgb(109,34,24); }

 H1.HeaderClassName
 {
   color: #6D2218;
 }
 .AnyTagClassName
 {
   color: #6D2218;
 }
</style>

background-color css

<style>
 a { background-color: #6D2218; }

 a { background-color: rgb(109,34,24); }

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

border-color css

<style>
 span { border-color: #6D2218; }

 span { border-color: rgb(109,34,24); }

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