Html Css Color HEX #6A5F56 Kabul

📋 copy color: '#6A5F56'

red 106 ◦ green 95 ◦ blue 86

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

Shades of Kabul #6A5F56

Tints of Kabul #6A5F56

RGB

 RED value IS 106 (41.8% from 255) = 36.93%

 GREEN value IS 95 (37.5% from 255) = 33.1%

 BLUE value IS 86 (33.98% from 255) = 29.97%

R = 36.93%
G = 33.1%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6A5F56 (or 0x6A5F56) is known color: Kabul. HEX triplet: 6A, 5F and 56. RGB value is (106,95,86). Sum of RGB (Red+Green+Blue) = 106+95+86=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F56 is #95A0A9. Grayscale: #616161. Windows color (decimal): -9805994 or 5660522. OLE color: 5660522.

HSL color Cylindrical-coordinate representation of color #6A5F56: hue angle of 27º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A5F56 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 95 86 -
CMYK 0 0.10 0.19 0.58
HSL 27º 0.1% 0.38% -
HSV(B) 27º 0.19% 0.42% -
XYZ 11.72 11.92 10.49 -
YUV 97.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 106 95 86 0 0.10 0.19 0.58 27 0.1 0.38
Hex 6A 5F 56 0 A 13 3A 1B A 26
Octal 152 137 126 0 12 23 72 33 12 46
Binary 1101010 1011111 1010110 0 1010 10011 111010 11011 1010 100110

Color Harmonies of #6A5F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5F56

Black with #6A5F56

Text Example


Text Example

White with #6A5F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,95,86); }

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

background-color css

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

 a { background-color: rgb(106,95,86); }

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

border-color css

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

 span { border-color: rgb(106,95,86); }

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