Html Css Color HEX #6C2822 Auburn

📋 copy color: '#6C2822'

red 108 ◦ green 40 ◦ blue 34

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

Shades of Auburn #6C2822

Tints of Auburn #6C2822

RGB

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

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

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

R = 59.34%
G = 21.98%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C2822 (or 0x6C2822) is known color: Auburn. HEX triplet: 6C, 28 and 22. RGB value is (108,40,34). Sum of RGB (Red+Green+Blue) = 108+40+34=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2822 is #93D7DD. Grayscale: #3B3B3B. Windows color (decimal): -9689054 or 2238572. OLE color: 2238572.

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

Color convert

RGB 108 40 34 -
CMYK 0 0.63 0.69 0.58
HSL 4.86º 0.52% 0.28% -
HSV(B) 4.86º 0.69% 0.42% -
XYZ 7.23 4.82 2.06 -
YUV 59.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 108 40 34 0 0.63 0.69 0.58 4.86 0.52 0.28
Hex 6C 28 22 0 3F 45 3A 5 34 1C
Octal 154 50 42 0 77 105 72 5 64 34
Binary 1101100 101000 100010 0 111111 1000101 111010 101 110100 11100

Color Harmonies of #6C2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2822

Black with #6C2822

Text Example


Text Example

White with #6C2822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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