Html Css Color HEX #6D2418 Red Oxide

📋 copy color: '#6D2418'

red 109 ◦ green 36 ◦ blue 24

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

Shades of Red Oxide #6D2418

Tints of Red Oxide #6D2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 64.5%
G = 21.3%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D2418 (or 0x6D2418) is known color: Red Oxide. HEX triplet: 6D, 24 and 18. RGB value is (109,36,24). Sum of RGB (Red+Green+Blue) = 109+36+24=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2418 is #92DBE7. Grayscale: #383838. Windows color (decimal): -9624552 or 1582189. OLE color: 1582189.

HSL color Cylindrical-coordinate representation of color #6D2418: hue angle of 8.47º 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 #6D2418 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 36 24 -
CMYK 0 0.67 0.78 0.57
HSL 8.47º 0.64% 0.26% -
HSV(B) 8.47º 0.78% 0.43% -
XYZ 7.1 4.58 1.37 -
YUV 56.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 109 36 24 0 0.67 0.78 0.57 8.47 0.64 0.26
Hex 6D 24 18 0 43 4E 39 8 40 1A
Octal 155 44 30 0 103 116 71 10 100 32
Binary 1101101 100100 11000 0 1000011 1001110 111001 1000 1000000 11010

Color Harmonies of #6D2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2418

Black with #6D2418

Text Example


Text Example

White with #6D2418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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