Html Css Color HEX #685A52 Kabul

📋 copy color: '#685A52'

red 104 ◦ green 90 ◦ blue 82

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

Shades of Kabul #685A52

Tints of Kabul #685A52

RGB

 RED value IS 104 (41.02% from 255) = 37.68%

 GREEN value IS 90 (35.55% from 255) = 32.61%

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

R = 37.68%
G = 32.61%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#685A52 (or 0x685A52) is known color: Kabul. HEX triplet: 68, 5A and 52. RGB value is (104,90,82). Sum of RGB (Red+Green+Blue) = 104+90+82=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A52 is #97A5AD. Grayscale: #5D5D5D. Windows color (decimal): -9938350 or 5397096. OLE color: 5397096.

HSL color Cylindrical-coordinate representation of color #685A52: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685A52 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 82 -
CMYK 0 0.13 0.21 0.59
HSL 21.82º 0.12% 0.36% -
HSV(B) 21.82º 0.21% 0.41% -
XYZ 10.89 10.86 9.51 -
YUV 93.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 104 90 82 0 0.13 0.21 0.59 21.82 0.12 0.36
Hex 68 5A 52 0 D 15 3B 16 C 24
Octal 150 132 122 0 15 25 73 26 14 44
Binary 1101000 1011010 1010010 0 1101 10101 111011 10110 1100 100100

Color Harmonies of #685A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A52

Black with #685A52

Text Example


Text Example

White with #685A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A52; }

 p { color: rgb(104,90,82); }

 H1.HeaderClassName
 {
   color: #685A52;
 }
 .AnyTagClassName
 {
   color: #685A52;
 }
</style>

background-color css

<style>
 a { background-color: #685A52; }

 a { background-color: rgb(104,90,82); }

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

border-color css

<style>
 span { border-color: #685A52; }

 span { border-color: rgb(104,90,82); }

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