Html Css Color HEX #665B53 Kabul

📋 copy color: '#665B53'

red 102 ◦ green 91 ◦ blue 83

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

Shades of Kabul #665B53

Tints of Kabul #665B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 36.96%
G = 32.97%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#665B53 (or 0x665B53) is known color: Kabul. HEX triplet: 66, 5B and 53. RGB value is (102,91,83). Sum of RGB (Red+Green+Blue) = 102+91+83=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665B53 is #99A4AC. Grayscale: #5D5D5D. Windows color (decimal): -10069165 or 5462886. OLE color: 5462886.

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

Color convert

RGB 102 91 83 -
CMYK 0 0.11 0.19 0.6
HSL 25.26º 0.1% 0.36% -
HSV(B) 25.26º 0.19% 0.4% -
XYZ 10.78 10.93 9.73 -
YUV 93.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 102 91 83 0 0.11 0.19 0.6 25.26 0.1 0.36
Hex 66 5B 53 0 B 13 3C 19 A 24
Octal 146 133 123 0 13 23 74 31 12 44
Binary 1100110 1011011 1010011 0 1011 10011 111100 11001 1010 100100

Color Harmonies of #665B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B53

Black with #665B53

Text Example


Text Example

White with #665B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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