Html Css Color HEX #6F5E50 Kabul

📋 copy color: '#6F5E50'

red 111 ◦ green 94 ◦ blue 80

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

Shades of Kabul #6F5E50

Tints of Kabul #6F5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

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

R = 38.95%
G = 32.98%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#6F5E50 (or 0x6F5E50) is known color: Kabul. HEX triplet: 6F, 5E and 50. RGB value is (111,94,80). Sum of RGB (Red+Green+Blue) = 111+94+80=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E50 is #90A1AF. Grayscale: #616161. Windows color (decimal): -9478576 or 5267055. OLE color: 5267055.

HSL color Cylindrical-coordinate representation of color #6F5E50: hue angle of 27.1º 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 #6F5E50 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 94 80 -
CMYK 0 0.15 0.28 0.56
HSL 27.1º 0.16% 0.37% -
HSV(B) 27.1º 0.28% 0.44% -
XYZ 12.01 11.96 9.27 -
YUV 97.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 111 94 80 0 0.15 0.28 0.56 27.1 0.16 0.37
Hex 6F 5E 50 0 F 1C 38 1B 10 25
Octal 157 136 120 0 17 34 70 33 20 45
Binary 1101111 1011110 1010000 0 1111 11100 111000 11011 10000 100101

Color Harmonies of #6F5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5E50

Black with #6F5E50

Text Example


Text Example

White with #6F5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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