Html Css Color HEX #665940 Judge Grey

📋 copy color: '#665940'

red 102 ◦ green 89 ◦ blue 64

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

Shades of Judge Grey #665940

Tints of Judge Grey #665940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 40%
G = 34.9%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#665940 (or 0x665940) is known color: Judge Grey. HEX triplet: 66, 59 and 40. RGB value is (102,89,64). Sum of RGB (Red+Green+Blue) = 102+89+64=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #665940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665940 is #99A6BF. Grayscale: #5A5A5A. Windows color (decimal): -10069696 or 4217190. OLE color: 4217190.

HSL color Cylindrical-coordinate representation of color #665940: hue angle of 39.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #665940 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 64 -
CMYK 0 0.13 0.37 0.6
HSL 39.47º 0.23% 0.33% -
HSV(B) 39.47º 0.37% 0.4% -
XYZ 9.98 10.34 6.32 -
YUV 90.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 102 89 64 0 0.13 0.37 0.6 39.47 0.23 0.33
Hex 66 59 40 0 D 25 3C 27 17 21
Octal 146 131 100 0 15 45 74 47 27 41
Binary 1100110 1011001 1000000 0 1101 100101 111100 100111 10111 100001

Color Harmonies of #665940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665940

Black with #665940

Text Example


Text Example

White with #665940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665940; }

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

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

background-color css

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

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

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

border-color css

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

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

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