Html Css Color HEX #6A6157 Kabul

📋 copy color: '#6A6157'

red 106 ◦ green 97 ◦ blue 87

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

Shades of Kabul #6A6157

Tints of Kabul #6A6157

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 87 (34.38% from 255) = 30%

R = 36.55%
G = 33.45%
B = 30%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6A6157 (or 0x6A6157) is known color: Kabul. HEX triplet: 6A, 61 and 57. RGB value is (106,97,87). Sum of RGB (Red+Green+Blue) = 106+97+87=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6157 is #959EA8. Grayscale: #626262. Windows color (decimal): -9805481 or 5726570. OLE color: 5726570.

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

Color convert

RGB 106 97 87 -
CMYK 0 0.08 0.18 0.58
HSL 31.58º 0.1% 0.38% -
HSV(B) 31.58º 0.18% 0.42% -
XYZ 11.94 12.3 10.76 -
YUV 98.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 106 97 87 0 0.08 0.18 0.58 31.58 0.1 0.38
Hex 6A 61 57 0 8 12 3A 20 A 26
Octal 152 141 127 0 10 22 72 40 12 46
Binary 1101010 1100001 1010111 0 1000 10010 111010 100000 1010 100110

Color Harmonies of #6A6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6157

Black with #6A6157

Text Example


Text Example

White with #6A6157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,97,87); }

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

background-color css

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

 a { background-color: rgb(106,97,87); }

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

border-color css

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

 span { border-color: rgb(106,97,87); }

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