Html Css Color HEX #6C2928 Auburn

📋 copy color: '#6C2928'

red 108 ◦ green 41 ◦ blue 40

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

Shades of Auburn #6C2928

Tints of Auburn #6C2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 57.14%
G = 21.69%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.58

RGB Variations

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

Color information

#6C2928 (or 0x6C2928) is known color: Auburn. HEX triplet: 6C, 29 and 28. RGB value is (108,41,40). Sum of RGB (Red+Green+Blue) = 108+41+40=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2928 is #93D6D7. Grayscale: #3C3C3C. Windows color (decimal): -9688792 or 2632044. OLE color: 2632044.

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

Color convert

RGB 108 41 40 -
CMYK 0 0.62 0.63 0.58
HSL 0.88º 0.46% 0.29% -
HSV(B) 0.88º 0.63% 0.42% -
XYZ 7.36 4.93 2.57 -
YUV 60.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 108 41 40 0 0.62 0.63 0.58 0.88 0.46 0.29
Hex 6C 29 28 0 3E 3F 3A 1 2E 1D
Octal 154 51 50 0 76 77 72 1 56 35
Binary 1101100 101001 101000 0 111110 111111 111010 1 101110 11101

Color Harmonies of #6C2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2928

Black with #6C2928

Text Example


Text Example

White with #6C2928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,40); }

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

background-color css

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

 a { background-color: rgb(108,41,40); }

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

border-color css

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

 span { border-color: rgb(108,41,40); }

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