Html Css Color HEX #6F2827 Auburn

📋 copy color: '#6F2827'

red 111 ◦ green 40 ◦ blue 39

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

Shades of Auburn #6F2827

Tints of Auburn #6F2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

 BLUE value IS 39 (15.63% from 255) = 20.53%

R = 58.42%
G = 21.05%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F2827 (or 0x6F2827) is known color: Auburn. HEX triplet: 6F, 28 and 27. RGB value is (111,40,39). Sum of RGB (Red+Green+Blue) = 111+40+39=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2827 is #90D7D8. Grayscale: #3D3D3D. Windows color (decimal): -9492441 or 2566255. OLE color: 2566255.

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

Color convert

RGB 111 40 39 -
CMYK 0 0.64 0.65 0.56
HSL 0.83º 0.48% 0.29% -
HSV(B) 0.83º 0.65% 0.44% -
XYZ 7.68 5.04 2.49 -
YUV 61.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 111 40 39 0 0.64 0.65 0.56 0.83 0.48 0.29
Hex 6F 28 27 0 40 41 38 1 30 1D
Octal 157 50 47 0 100 101 70 1 60 35
Binary 1101111 101000 100111 0 1000000 1000001 111000 1 110000 11101

Color Harmonies of #6F2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2827

Black with #6F2827

Text Example


Text Example

White with #6F2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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