Html Css Color HEX #6D6052 Kabul

📋 copy color: '#6D6052'

red 109 ◦ green 96 ◦ blue 82

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

Shades of Kabul #6D6052

Tints of Kabul #6D6052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 37.98%
G = 33.45%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D6052 (or 0x6D6052) is known color: Kabul. HEX triplet: 6D, 60 and 52. RGB value is (109,96,82). Sum of RGB (Red+Green+Blue) = 109+96+82=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6052 is #929FAD. Grayscale: #626262. Windows color (decimal): -9609134 or 5398637. OLE color: 5398637.

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

Color convert

RGB 109 96 82 -
CMYK 0 0.12 0.25 0.57
HSL 31.11º 0.14% 0.37% -
HSV(B) 31.11º 0.25% 0.43% -
XYZ 12.01 12.23 9.71 -
YUV 98.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 109 96 82 0 0.12 0.25 0.57 31.11 0.14 0.37
Hex 6D 60 52 0 C 19 39 1F E 25
Octal 155 140 122 0 14 31 71 37 16 45
Binary 1101101 1100000 1010010 0 1100 11001 111001 11111 1110 100101

Color Harmonies of #6D6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6052

Black with #6D6052

Text Example


Text Example

White with #6D6052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,82); }

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

background-color css

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

 a { background-color: rgb(109,96,82); }

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

border-color css

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

 span { border-color: rgb(109,96,82); }

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