Html Css Color HEX #6C5E52 Kabul

📋 copy color: '#6C5E52'

red 108 ◦ green 94 ◦ blue 82

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

Shades of Kabul #6C5E52

Tints of Kabul #6C5E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 38.03%
G = 33.1%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6C5E52 (or 0x6C5E52) is known color: Kabul. HEX triplet: 6C, 5E and 52. RGB value is (108,94,82). Sum of RGB (Red+Green+Blue) = 108+94+82=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E52 is #93A1AD. Grayscale: #606060. Windows color (decimal): -9675182 or 5398124. OLE color: 5398124.

HSL color Cylindrical-coordinate representation of color #6C5E52: hue angle of 27.69º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5E52 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 94 82 -
CMYK 0 0.13 0.24 0.58
HSL 27.69º 0.14% 0.37% -
HSV(B) 27.69º 0.24% 0.42% -
XYZ 11.71 11.8 9.64 -
YUV 96.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 108 94 82 0 0.13 0.24 0.58 27.69 0.14 0.37
Hex 6C 5E 52 0 D 18 3A 1C E 25
Octal 154 136 122 0 15 30 72 34 16 45
Binary 1101100 1011110 1010010 0 1101 11000 111010 11100 1110 100101

Color Harmonies of #6C5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5E52

Black with #6C5E52

Text Example


Text Example

White with #6C5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,82); }

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

background-color css

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

 a { background-color: rgb(108,94,82); }

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

border-color css

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

 span { border-color: rgb(108,94,82); }

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