Html Css Color HEX #6C2B25 Auburn

📋 copy color: '#6C2B25'

red 108 ◦ green 43 ◦ blue 37

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

Shades of Auburn #6C2B25

Tints of Auburn #6C2B25

RGB

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

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

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

R = 57.45%
G = 22.87%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6C2B25 (or 0x6C2B25) is known color: Auburn. HEX triplet: 6C, 2B and 25. RGB value is (108,43,37). Sum of RGB (Red+Green+Blue) = 108+43+37=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B25 is #93D4DA. Grayscale: #3D3D3D. Windows color (decimal): -9688283 or 2435948. OLE color: 2435948.

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

Color convert

RGB 108 43 37 -
CMYK 0 0.60 0.66 0.58
HSL 5.07º 0.49% 0.28% -
HSV(B) 5.07º 0.66% 0.42% -
XYZ 7.38 5.05 2.34 -
YUV 61.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 108 43 37 0 0.60 0.66 0.58 5.07 0.49 0.28
Hex 6C 2B 25 0 3C 42 3A 5 31 1C
Octal 154 53 45 0 74 102 72 5 61 34
Binary 1101100 101011 100101 0 111100 1000010 111010 101 110001 11100

Color Harmonies of #6C2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2B25

Black with #6C2B25

Text Example


Text Example

White with #6C2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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