Html Css Color HEX #6F2522 Auburn

📋 copy color: '#6F2522'

red 111 ◦ green 37 ◦ blue 34

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

Shades of Auburn #6F2522

Tints of Auburn #6F2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

 BLUE value IS 34 (13.67% from 255) = 18.68%

R = 60.99%
G = 20.33%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F2522 (or 0x6F2522) is known color: Auburn. HEX triplet: 6F, 25 and 22. RGB value is (111,37,34). Sum of RGB (Red+Green+Blue) = 111+37+34=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2522 is #90DADD. Grayscale: #3A3A3A. Windows color (decimal): -9493214 or 2237807. OLE color: 2237807.

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

Color convert

RGB 111 37 34 -
CMYK 0 0.67 0.69 0.56
HSL 2.34º 0.53% 0.28% -
HSV(B) 2.34º 0.69% 0.44% -
XYZ 7.51 4.82 2.05 -
YUV 58.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 111 37 34 0 0.67 0.69 0.56 2.34 0.53 0.28
Hex 6F 25 22 0 43 45 38 2 35 1C
Octal 157 45 42 0 103 105 70 2 65 34
Binary 1101111 100101 100010 0 1000011 1000101 111000 10 110101 11100

Color Harmonies of #6F2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2522

Black with #6F2522

Text Example


Text Example

White with #6F2522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,34); }

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

background-color css

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

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

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

border-color css

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

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

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