Html Css Color HEX #6D241F Red Oxide

📋 copy color: '#6D241F'

red 109 ◦ green 36 ◦ blue 31

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

Shades of Red Oxide #6D241F

Tints of Red Oxide #6D241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 61.93%
G = 20.45%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D241F (or 0x6D241F) is known color: Red Oxide. HEX triplet: 6D, 24 and 1F. RGB value is (109,36,31). Sum of RGB (Red+Green+Blue) = 109+36+31=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D241F is #92DBE0. Grayscale: #393939. Windows color (decimal): -9624545 or 2040941. OLE color: 2040941.

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

Color convert

RGB 109 36 31 -
CMYK 0 0.67 0.72 0.57
HSL 3.85º 0.56% 0.27% -
HSV(B) 3.85º 0.72% 0.43% -
XYZ 7.18 4.61 1.81 -
YUV 57.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 109 36 31 0 0.67 0.72 0.57 3.85 0.56 0.27
Hex 6D 24 1F 0 43 48 39 4 38 1B
Octal 155 44 37 0 103 110 71 4 70 33
Binary 1101101 100100 11111 0 1000011 1001000 111001 100 111000 11011

Color Harmonies of #6D241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D241F

Black with #6D241F

Text Example


Text Example

White with #6D241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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