Html Css Color HEX #665362 Salt Box

📋 copy color: '#665362'

red 102 ◦ green 83 ◦ blue 98

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

Shades of Salt Box #665362

Tints of Salt Box #665362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 36.04%
G = 29.33%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.6

RGB Variations

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

Color information

#665362 (or 0x665362) is known color: Salt Box. HEX triplet: 66, 53 and 62. RGB value is (102,83,98). Sum of RGB (Red+Green+Blue) = 102+83+98=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665362 is #99AC9D. Grayscale: #5A5A5A. Windows color (decimal): -10071198 or 6443878. OLE color: 6443878.

HSL color Cylindrical-coordinate representation of color #665362: hue angle of 312.63º 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 #665362 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 98 -
CMYK 0 0.19 0.04 0.6
HSL 312.63º 0.1% 0.36% -
HSV(B) 312.63º 0.19% 0.4% -
XYZ 10.78 9.89 12.9 -
YUV 90.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 102 83 98 0 0.19 0.04 0.6 312.63 0.1 0.36
Hex 66 53 62 0 13 4 3C 139 A 24
Octal 146 123 142 0 23 4 74 471 12 44
Binary 1100110 1010011 1100010 0 10011 100 111100 100111001 1010 100100

Color Harmonies of #665362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665362

Black with #665362

Text Example


Text Example

White with #665362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665362; }

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

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

background-color css

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

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

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

border-color css

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

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

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