Html Css Color HEX #6F2424 Auburn

📋 copy color: '#6F2424'

red 111 ◦ green 36 ◦ blue 36

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

Shades of Auburn #6F2424

Tints of Auburn #6F2424

RGB

 RED value IS 111 (43.75% from 255) = 60.66%

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

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 60.66%
G = 19.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F2424 (or 0x6F2424) is known color: Auburn. HEX triplet: 6F, 24 and 24. RGB value is (111,36,36). Sum of RGB (Red+Green+Blue) = 111+36+36=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2424 is #90DBDB. Grayscale: #3A3A3A. Windows color (decimal): -9493468 or 2368623. OLE color: 2368623.

HSL color Cylindrical-coordinate representation of color #6F2424: hue angle of 0º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2424 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 36 36 -
CMYK 0 0.68 0.68 0.56
HSL 0.51% 0.29% -
HSV(B) 0.68% 0.44% -
XYZ 7.5 4.77 2.19 -
YUV 58.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 111 36 36 0 0.68 0.68 0.56 0 0.51 0.29
Hex 6F 24 24 0 44 44 38 0 33 1D
Octal 157 44 44 0 104 104 70 0 63 35
Binary 1101111 100100 100100 0 1000100 1000100 111000 0 110011 11101

Color Harmonies of #6F2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2424

Black with #6F2424

Text Example


Text Example

White with #6F2424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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