Html Css Color HEX #6D1E1D Red Oxide

📋 copy color: '#6D1E1D'

red 109 ◦ green 30 ◦ blue 29

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

Shades of Red Oxide #6D1E1D

Tints of Red Oxide #6D1E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.86%

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 64.88%
G = 17.86%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D1E1D (or 0x6D1E1D) is known color: Red Oxide. HEX triplet: 6D, 1E and 1D. RGB value is (109,30,29). Sum of RGB (Red+Green+Blue) = 109+30+29=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 30 (12.11% from 255 or 17.86% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E1D is #92E1E2. Grayscale: #353535. Windows color (decimal): -9626083 or 1908333. OLE color: 1908333.

HSL color Cylindrical-coordinate representation of color #6D1E1D: hue angle of 0.75º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1E1D is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 30 29 -
CMYK 0 0.72 0.73 0.57
HSL 0.75º 0.58% 0.27% -
HSV(B) 0.75º 0.73% 0.43% -
XYZ 6.99 4.27 1.62 -
YUV 53.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 109 30 29 0 0.72 0.73 0.57 0.75 0.58 0.27
Hex 6D 1E 1D 0 48 49 39 1 3A 1B
Octal 155 36 35 0 110 111 71 1 72 33
Binary 1101101 11110 11101 0 1001000 1001001 111001 1 111010 11011

Color Harmonies of #6D1E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E1D

Black with #6D1E1D

Text Example


Text Example

White with #6D1E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,30,29); }

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

background-color css

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

 a { background-color: rgb(109,30,29); }

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

border-color css

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

 span { border-color: rgb(109,30,29); }

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