Html Css Color HEX #6E6157 Kabul

📋 copy color: '#6E6157'

red 110 ◦ green 97 ◦ blue 87

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

Shades of Kabul #6E6157

Tints of Kabul #6E6157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 87 (34.38% from 255) = 29.59%

R = 37.41%
G = 32.99%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6E6157 (or 0x6E6157) is known color: Kabul. HEX triplet: 6E, 61 and 57. RGB value is (110,97,87). Sum of RGB (Red+Green+Blue) = 110+97+87=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6157 is #919EA8. Grayscale: #636363. Windows color (decimal): -9543337 or 5726574. OLE color: 5726574.

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

Color convert

RGB 110 97 87 -
CMYK 0 0.12 0.21 0.57
HSL 26.09º 0.12% 0.39% -
HSV(B) 26.09º 0.21% 0.43% -
XYZ 12.43 12.55 10.78 -
YUV 99.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 110 97 87 0 0.12 0.21 0.57 26.09 0.12 0.39
Hex 6E 61 57 0 C 15 39 1A C 27
Octal 156 141 127 0 14 25 71 32 14 47
Binary 1101110 1100001 1010111 0 1100 10101 111001 11010 1100 100111

Color Harmonies of #6E6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6157

Black with #6E6157

Text Example


Text Example

White with #6E6157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,87); }

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

background-color css

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

 a { background-color: rgb(110,97,87); }

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

border-color css

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

 span { border-color: rgb(110,97,87); }

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