Html Css Color HEX #665B52 Kabul

📋 copy color: '#665B52'

red 102 ◦ green 91 ◦ blue 82

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

Shades of Kabul #665B52

Tints of Kabul #665B52

RGB

 RED value IS 102 (40.23% from 255) = 37.09%

 GREEN value IS 91 (35.94% from 255) = 33.09%

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

R = 37.09%
G = 33.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#665B52 (or 0x665B52) is known color: Kabul. HEX triplet: 66, 5B and 52. RGB value is (102,91,82). Sum of RGB (Red+Green+Blue) = 102+91+82=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B52 is #99A4AD. Grayscale: #5D5D5D. Windows color (decimal): -10069166 or 5397350. OLE color: 5397350.

HSL color Cylindrical-coordinate representation of color #665B52: hue angle of 27º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665B52 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 91 82 -
CMYK 0 0.11 0.20 0.6
HSL 27º 0.11% 0.36% -
HSV(B) 27º 0.2% 0.4% -
XYZ 10.74 10.92 9.52 -
YUV 93.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 102 91 82 0 0.11 0.20 0.6 27 0.11 0.36
Hex 66 5B 52 0 B 14 3C 1B B 24
Octal 146 133 122 0 13 24 74 33 13 44
Binary 1100110 1011011 1010010 0 1011 10100 111100 11011 1011 100100

Color Harmonies of #665B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B52

Black with #665B52

Text Example


Text Example

White with #665B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B52; }

 p { color: rgb(102,91,82); }

 H1.HeaderClassName
 {
   color: #665B52;
 }
 .AnyTagClassName
 {
   color: #665B52;
 }
</style>

background-color css

<style>
 a { background-color: #665B52; }

 a { background-color: rgb(102,91,82); }

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

border-color css

<style>
 span { border-color: #665B52; }

 span { border-color: rgb(102,91,82); }

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