Html Css Color HEX #6F2A28 Auburn

📋 copy color: '#6F2A28'

red 111 ◦ green 42 ◦ blue 40

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

Shades of Auburn #6F2A28

Tints of Auburn #6F2A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.76%

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 57.51%
G = 21.76%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#6F2A28 (or 0x6F2A28) is known color: Auburn. HEX triplet: 6F, 2A and 28. RGB value is (111,42,40). Sum of RGB (Red+Green+Blue) = 111+42+40=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2A28 is #90D5D7. Grayscale: #3E3E3E. Windows color (decimal): -9491928 or 2632303. OLE color: 2632303.

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

Color convert

RGB 111 42 40 -
CMYK 0 0.62 0.64 0.56
HSL 1.69º 0.47% 0.3% -
HSV(B) 1.69º 0.64% 0.44% -
XYZ 7.77 5.19 2.6 -
YUV 62.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 111 42 40 0 0.62 0.64 0.56 1.69 0.47 0.3
Hex 6F 2A 28 0 3E 40 38 2 2F 1E
Octal 157 52 50 0 76 100 70 2 57 36
Binary 1101111 101010 101000 0 111110 1000000 111000 10 101111 11110

Color Harmonies of #6F2A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2A28

Black with #6F2A28

Text Example


Text Example

White with #6F2A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,42,40); }

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

background-color css

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

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

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

border-color css

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

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

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