Html Css Color HEX #6D2318 Red Oxide

📋 copy color: '#6D2318'

red 109 ◦ green 35 ◦ blue 24

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

Shades of Red Oxide #6D2318

Tints of Red Oxide #6D2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

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

R = 64.88%
G = 20.83%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6D2318 (or 0x6D2318) is known color: Red Oxide. HEX triplet: 6D, 23 and 18. RGB value is (109,35,24). Sum of RGB (Red+Green+Blue) = 109+35+24=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2318 is #92DCE7. Grayscale: #373737. Windows color (decimal): -9624808 or 1581933. OLE color: 1581933.

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

Color convert

RGB 109 35 24 -
CMYK 0 0.68 0.78 0.57
HSL 7.76º 0.64% 0.26% -
HSV(B) 7.76º 0.78% 0.43% -
XYZ 7.07 4.52 1.36 -
YUV 55.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 109 35 24 0 0.68 0.78 0.57 7.76 0.64 0.26
Hex 6D 23 18 0 44 4E 39 8 40 1A
Octal 155 43 30 0 104 116 71 10 100 32
Binary 1101101 100011 11000 0 1000100 1001110 111001 1000 1000000 11010

Color Harmonies of #6D2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2318

Black with #6D2318

Text Example


Text Example

White with #6D2318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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