Html Css Color HEX #6D6256 Kabul

📋 copy color: '#6D6256'

red 109 ◦ green 98 ◦ blue 86

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

Shades of Kabul #6D6256

Tints of Kabul #6D6256

RGB

 RED value IS 109 (42.97% from 255) = 37.2%

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 37.2%
G = 33.45%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D6256 (or 0x6D6256) is known color: Kabul. HEX triplet: 6D, 62 and 56. RGB value is (109,98,86). Sum of RGB (Red+Green+Blue) = 109+98+86=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6256 is #929DA9. Grayscale: #636363. Windows color (decimal): -9608618 or 5661293. OLE color: 5661293.

HSL color Cylindrical-coordinate representation of color #6D6256: hue angle of 31.3º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6256 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 98 86 -
CMYK 0 0.10 0.21 0.57
HSL 31.3º 0.12% 0.38% -
HSV(B) 31.3º 0.21% 0.43% -
XYZ 12.35 12.66 10.6 -
YUV 99.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 109 98 86 0 0.10 0.21 0.57 31.3 0.12 0.38
Hex 6D 62 56 0 A 15 39 1F C 26
Octal 155 142 126 0 12 25 71 37 14 46
Binary 1101101 1100010 1010110 0 1010 10101 111001 11111 1100 100110

Color Harmonies of #6D6256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6256

Black with #6D6256

Text Example


Text Example

White with #6D6256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,98,86); }

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

background-color css

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

 a { background-color: rgb(109,98,86); }

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

border-color css

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

 span { border-color: rgb(109,98,86); }

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