Html Css Color HEX #66593F Judge Grey

📋 copy color: '#66593F'

red 102 ◦ green 89 ◦ blue 63

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

Shades of Judge Grey #66593F

Tints of Judge Grey #66593F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 63 (25% from 255) = 24.8%

R = 40.16%
G = 35.04%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66593F (or 0x66593F) is known color: Judge Grey. HEX triplet: 66, 59 and 3F. RGB value is (102,89,63). Sum of RGB (Red+Green+Blue) = 102+89+63=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #66593F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66593F is #99A6C0. Grayscale: #5A5A5A. Windows color (decimal): -10069697 or 4151654. OLE color: 4151654.

HSL color Cylindrical-coordinate representation of color #66593F: hue angle of 40º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66593F is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 63 -
CMYK 0 0.13 0.38 0.6
HSL 40º 0.24% 0.32% -
HSV(B) 40º 0.38% 0.4% -
XYZ 9.95 10.33 6.17 -
YUV 89.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 102 89 63 0 0.13 0.38 0.6 40 0.24 0.32
Hex 66 59 3F 0 D 26 3C 28 18 20
Octal 146 131 77 0 15 46 74 50 30 40
Binary 1100110 1011001 111111 0 1101 100110 111100 101000 11000 100000

Color Harmonies of #66593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66593F

Black with #66593F

Text Example


Text Example

White with #66593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66593F; }

 p { color: rgb(102,89,63); }

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

background-color css

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

 a { background-color: rgb(102,89,63); }

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

border-color css

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

 span { border-color: rgb(102,89,63); }

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