Html Css Color HEX #6C2726 Auburn

📋 copy color: '#6C2726'

red 108 ◦ green 39 ◦ blue 38

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

Shades of Auburn #6C2726

Tints of Auburn #6C2726

RGB

 RED value IS 108 (42.58% from 255) = 58.38%

 GREEN value IS 39 (15.63% from 255) = 21.08%

 BLUE value IS 38 (15.23% from 255) = 20.54%

R = 58.38%
G = 21.08%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6C2726 (or 0x6C2726) is known color: Auburn. HEX triplet: 6C, 27 and 26. RGB value is (108,39,38). Sum of RGB (Red+Green+Blue) = 108+39+38=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2726 is #93D8D9. Grayscale: #3B3B3B. Windows color (decimal): -9689306 or 2500460. OLE color: 2500460.

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

Color convert

RGB 108 39 38 -
CMYK 0 0.64 0.65 0.58
HSL 0.86º 0.48% 0.29% -
HSV(B) 0.86º 0.65% 0.42% -
XYZ 7.26 4.78 2.37 -
YUV 59.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 108 39 38 0 0.64 0.65 0.58 0.86 0.48 0.29
Hex 6C 27 26 0 40 41 3A 1 30 1D
Octal 154 47 46 0 100 101 72 1 60 35
Binary 1101100 100111 100110 0 1000000 1000001 111010 1 110000 11101

Color Harmonies of #6C2726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2726

Black with #6C2726

Text Example


Text Example

White with #6C2726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,39,38); }

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

background-color css

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

 a { background-color: rgb(108,39,38); }

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

border-color css

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

 span { border-color: rgb(108,39,38); }

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