Html Css Color HEX #6E6055 Kabul

📋 copy color: '#6E6055'

red 110 ◦ green 96 ◦ blue 85

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

Shades of Kabul #6E6055

Tints of Kabul #6E6055

RGB

 RED value IS 110 (43.36% from 255) = 37.8%

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

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

R = 37.8%
G = 32.99%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.57

RGB Variations

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

Color information

#6E6055 (or 0x6E6055) is known color: Kabul. HEX triplet: 6E, 60 and 55. RGB value is (110,96,85). Sum of RGB (Red+Green+Blue) = 110+96+85=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6055 is #919FAA. Grayscale: #626262. Windows color (decimal): -9543595 or 5595246. OLE color: 5595246.

HSL color Cylindrical-coordinate representation of color #6E6055: hue angle of 26.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E6055 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 96 85 -
CMYK 0 0.13 0.23 0.57
HSL 26.4º 0.13% 0.38% -
HSV(B) 26.4º 0.23% 0.43% -
XYZ 12.25 12.34 10.33 -
YUV 98.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 110 96 85 0 0.13 0.23 0.57 26.4 0.13 0.38
Hex 6E 60 55 0 D 17 39 1A D 26
Octal 156 140 125 0 15 27 71 32 15 46
Binary 1101110 1100000 1010101 0 1101 10111 111001 11010 1101 100110

Color Harmonies of #6E6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6055

Black with #6E6055

Text Example


Text Example

White with #6E6055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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