Html Css Color HEX #6F5D50 Kabul

📋 copy color: '#6F5D50'

red 111 ◦ green 93 ◦ blue 80

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

Shades of Kabul #6F5D50

Tints of Kabul #6F5D50

RGB

 RED value IS 111 (43.75% from 255) = 39.08%

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

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

R = 39.08%
G = 32.75%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F5D50 (or 0x6F5D50) is known color: Kabul. HEX triplet: 6F, 5D and 50. RGB value is (111,93,80). Sum of RGB (Red+Green+Blue) = 111+93+80=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D50 is #90A2AF. Grayscale: #606060. Windows color (decimal): -9478832 or 5266799. OLE color: 5266799.

HSL color Cylindrical-coordinate representation of color #6F5D50: hue angle of 25.16º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5D50 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 93 80 -
CMYK 0 0.16 0.28 0.56
HSL 25.16º 0.16% 0.37% -
HSV(B) 25.16º 0.28% 0.44% -
XYZ 11.92 11.79 9.24 -
YUV 96.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 111 93 80 0 0.16 0.28 0.56 25.16 0.16 0.37
Hex 6F 5D 50 0 10 1C 38 19 10 25
Octal 157 135 120 0 20 34 70 31 20 45
Binary 1101111 1011101 1010000 0 10000 11100 111000 11001 10000 100101

Color Harmonies of #6F5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5D50

Black with #6F5D50

Text Example


Text Example

White with #6F5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,80); }

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

background-color css

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

 a { background-color: rgb(111,93,80); }

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

border-color css

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

 span { border-color: rgb(111,93,80); }

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