Html Css Color HEX #6B5A50 Kabul

📋 copy color: '#6B5A50'

red 107 ◦ green 90 ◦ blue 80

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

Shades of Kabul #6B5A50

Tints of Kabul #6B5A50

RGB

 RED value IS 107 (42.19% from 255) = 38.63%

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 80 (31.64% from 255) = 28.88%

R = 38.63%
G = 32.49%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B5A50 (or 0x6B5A50) is known color: Kabul. HEX triplet: 6B, 5A and 50. RGB value is (107,90,80). Sum of RGB (Red+Green+Blue) = 107+90+80=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A50 is #94A5AF. Grayscale: #5D5D5D. Windows color (decimal): -9741744 or 5266027. OLE color: 5266027.

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

Color convert

RGB 107 90 80 -
CMYK 0 0.16 0.25 0.58
HSL 22.22º 0.14% 0.37% -
HSV(B) 22.22º 0.25% 0.42% -
XYZ 11.17 11.02 9.13 -
YUV 93.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 107 90 80 0 0.16 0.25 0.58 22.22 0.14 0.37
Hex 6B 5A 50 0 10 19 3A 16 E 25
Octal 153 132 120 0 20 31 72 26 16 45
Binary 1101011 1011010 1010000 0 10000 11001 111010 10110 1110 100101

Color Harmonies of #6B5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A50

Black with #6B5A50

Text Example


Text Example

White with #6B5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,80); }

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

background-color css

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

 a { background-color: rgb(107,90,80); }

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

border-color css

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

 span { border-color: rgb(107,90,80); }

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