Html Css Color HEX #665A52 Kabul

📋 copy color: '#665A52'

red 102 ◦ green 90 ◦ blue 82

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

Shades of Kabul #665A52

Tints of Kabul #665A52

RGB

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

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

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

R = 37.23%
G = 32.85%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#665A52 (or 0x665A52) is known color: Kabul. HEX triplet: 66, 5A and 52. RGB value is (102,90,82). Sum of RGB (Red+Green+Blue) = 102+90+82=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #665A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A52 is #99A5AD. Grayscale: #5C5C5C. Windows color (decimal): -10069422 or 5397094. OLE color: 5397094.

HSL color Cylindrical-coordinate representation of color #665A52: hue angle of 24º 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 #665A52 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 90 82 -
CMYK 0 0.12 0.20 0.6
HSL 24º 0.11% 0.36% -
HSV(B) 24º 0.2% 0.4% -
XYZ 10.66 10.75 9.5 -
YUV 92.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 102 90 82 0 0.12 0.20 0.6 24 0.11 0.36
Hex 66 5A 52 0 C 14 3C 18 B 24
Octal 146 132 122 0 14 24 74 30 13 44
Binary 1100110 1011010 1010010 0 1100 10100 111100 11000 1011 100100

Color Harmonies of #665A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665A52

Black with #665A52

Text Example


Text Example

White with #665A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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