Html Css Color HEX #6F2B25 Auburn

📋 copy color: '#6F2B25'

red 111 ◦ green 43 ◦ blue 37

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

Shades of Auburn #6F2B25

Tints of Auburn #6F2B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

 BLUE value IS 37 (14.84% from 255) = 19.37%

R = 58.12%
G = 22.51%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F2B25 (or 0x6F2B25) is known color: Auburn. HEX triplet: 6F, 2B and 25. RGB value is (111,43,37). Sum of RGB (Red+Green+Blue) = 111+43+37=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2B25 is #90D4DA. Grayscale: #3E3E3E. Windows color (decimal): -9491675 or 2435951. OLE color: 2435951.

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

Color convert

RGB 111 43 37 -
CMYK 0 0.61 0.67 0.56
HSL 4.86º 0.5% 0.29% -
HSV(B) 4.86º 0.67% 0.44% -
XYZ 7.75 5.24 2.35 -
YUV 62.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 111 43 37 0 0.61 0.67 0.56 4.86 0.5 0.29
Hex 6F 2B 25 0 3D 43 38 5 32 1D
Octal 157 53 45 0 75 103 70 5 62 35
Binary 1101111 101011 100101 0 111101 1000011 111000 101 110010 11101

Color Harmonies of #6F2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2B25

Black with #6F2B25

Text Example


Text Example

White with #6F2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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