Html Css Color HEX #665C55 Kabul

📋 copy color: '#665C55'

red 102 ◦ green 92 ◦ blue 85

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

Shades of Kabul #665C55

Tints of Kabul #665C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 36.56%
G = 32.97%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#665C55 (or 0x665C55) is known color: Kabul. HEX triplet: 66, 5C and 55. RGB value is (102,92,85). Sum of RGB (Red+Green+Blue) = 102+92+85=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #665C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C55 is #99A3AA. Grayscale: #5E5E5E. Windows color (decimal): -10068907 or 5594214. OLE color: 5594214.

HSL color Cylindrical-coordinate representation of color #665C55: hue angle of 24.71º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665C55 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 92 85 -
CMYK 0 0.10 0.17 0.6
HSL 24.71º 0.09% 0.37% -
HSV(B) 24.71º 0.17% 0.4% -
XYZ 10.95 11.13 10.17 -
YUV 94.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 102 92 85 0 0.10 0.17 0.6 24.71 0.09 0.37
Hex 66 5C 55 0 A 11 3C 19 9 25
Octal 146 134 125 0 12 21 74 31 11 45
Binary 1100110 1011100 1010101 0 1010 10001 111100 11001 1001 100101

Color Harmonies of #665C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665C55

Black with #665C55

Text Example


Text Example

White with #665C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,92,85); }

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

background-color css

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

 a { background-color: rgb(102,92,85); }

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

border-color css

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

 span { border-color: rgb(102,92,85); }

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