Html Css Color HEX #6D231D Red Oxide

📋 copy color: '#6D231D'

red 109 ◦ green 35 ◦ blue 29

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

Shades of Red Oxide #6D231D

Tints of Red Oxide #6D231D

RGB

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

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

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

R = 63.01%
G = 20.23%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D231D (or 0x6D231D) is known color: Red Oxide. HEX triplet: 6D, 23 and 1D. RGB value is (109,35,29). Sum of RGB (Red+Green+Blue) = 109+35+29=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D231D is #92DCE2. Grayscale: #383838. Windows color (decimal): -9624803 or 1909613. OLE color: 1909613.

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

Color convert

RGB 109 35 29 -
CMYK 0 0.68 0.73 0.57
HSL 4.5º 0.58% 0.27% -
HSV(B) 4.5º 0.73% 0.43% -
XYZ 7.13 4.54 1.66 -
YUV 56.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 109 35 29 0 0.68 0.73 0.57 4.5 0.58 0.27
Hex 6D 23 1D 0 44 49 39 4 3A 1B
Octal 155 43 35 0 104 111 71 4 72 33
Binary 1101101 100011 11101 0 1000100 1001001 111001 100 111010 11011

Color Harmonies of #6D231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D231D

Black with #6D231D

Text Example


Text Example

White with #6D231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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