Html Css Color HEX #6E5D51 Kabul

📋 copy color: '#6E5D51'

red 110 ◦ green 93 ◦ blue 81

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

Shades of Kabul #6E5D51

Tints of Kabul #6E5D51

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.75%

 BLUE value IS 81 (32.03% from 255) = 28.52%

R = 38.73%
G = 32.75%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6E5D51 (or 0x6E5D51) is known color: Kabul. HEX triplet: 6E, 5D and 51. RGB value is (110,93,81). Sum of RGB (Red+Green+Blue) = 110+93+81=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5D51 is #91A2AE. Grayscale: #606060. Windows color (decimal): -9544367 or 5332334. OLE color: 5332334.

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

Color convert

RGB 110 93 81 -
CMYK 0 0.15 0.26 0.57
HSL 24.83º 0.15% 0.37% -
HSV(B) 24.83º 0.26% 0.43% -
XYZ 11.83 11.74 9.43 -
YUV 96.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 110 93 81 0 0.15 0.26 0.57 24.83 0.15 0.37
Hex 6E 5D 51 0 F 1A 39 19 F 25
Octal 156 135 121 0 17 32 71 31 17 45
Binary 1101110 1011101 1010001 0 1111 11010 111001 11001 1111 100101

Color Harmonies of #6E5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5D51

Black with #6E5D51

Text Example


Text Example

White with #6E5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,81); }

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

background-color css

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

 a { background-color: rgb(110,93,81); }

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

border-color css

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

 span { border-color: rgb(110,93,81); }

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