Html Css Color HEX #6C6055 Kabul

📋 copy color: '#6C6055'

red 108 ◦ green 96 ◦ blue 85

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

Shades of Kabul #6C6055

Tints of Kabul #6C6055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 37.37%
G = 33.22%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6C6055 (or 0x6C6055) is known color: Kabul. HEX triplet: 6C, 60 and 55. RGB value is (108,96,85). Sum of RGB (Red+Green+Blue) = 108+96+85=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6055 is #939FAA. Grayscale: #626262. Windows color (decimal): -9674667 or 5595244. OLE color: 5595244.

HSL color Cylindrical-coordinate representation of color #6C6055: hue angle of 28.7º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C6055 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 96 85 -
CMYK 0 0.11 0.21 0.58
HSL 28.7º 0.12% 0.38% -
HSV(B) 28.7º 0.21% 0.42% -
XYZ 12.01 12.21 10.32 -
YUV 98.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 108 96 85 0 0.11 0.21 0.58 28.7 0.12 0.38
Hex 6C 60 55 0 B 15 3A 1D C 26
Octal 154 140 125 0 13 25 72 35 14 46
Binary 1101100 1100000 1010101 0 1011 10101 111010 11101 1100 100110

Color Harmonies of #6C6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6055

Black with #6C6055

Text Example


Text Example

White with #6C6055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,85); }

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

background-color css

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

 a { background-color: rgb(108,96,85); }

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

border-color css

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

 span { border-color: rgb(108,96,85); }

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