Html Css Color HEX #665255 Don Juan

📋 copy color: '#665255'

red 102 ◦ green 82 ◦ blue 85

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

Shades of Don Juan #665255

Tints of Don Juan #665255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 37.92%
G = 30.48%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#665255 (or 0x665255) is known color: Don Juan. HEX triplet: 66, 52 and 55. RGB value is (102,82,85). Sum of RGB (Red+Green+Blue) = 102+82+85=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665255 is #99ADAA. Grayscale: #585858. Windows color (decimal): -10071467 or 5591654. OLE color: 5591654.

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

Color convert

RGB 102 82 85 -
CMYK 0 0.20 0.17 0.6
HSL 351º 0.11% 0.36% -
HSV(B) 351º 0.2% 0.4% -
XYZ 10.14 9.52 9.9 -
YUV 88.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 102 82 85 0 0.20 0.17 0.6 351 0.11 0.36
Hex 66 52 55 0 14 11 3C 15F B 24
Octal 146 122 125 0 24 21 74 537 13 44
Binary 1100110 1010010 1010101 0 10100 10001 111100 101011111 1011 100100

Color Harmonies of #665255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665255

Black with #665255

Text Example


Text Example

White with #665255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665255; }

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

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

background-color css

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

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

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

border-color css

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

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

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