Html Css Color HEX #665942 Judge Grey

📋 copy color: '#665942'

red 102 ◦ green 89 ◦ blue 66

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

Shades of Judge Grey #665942

Tints of Judge Grey #665942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.68%

R = 39.69%
G = 34.63%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#665942 (or 0x665942) is known color: Judge Grey. HEX triplet: 66, 59 and 42. RGB value is (102,89,66). Sum of RGB (Red+Green+Blue) = 102+89+66=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #665942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665942 is #99A6BD. Grayscale: #5A5A5A. Windows color (decimal): -10069694 or 4348262. OLE color: 4348262.

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

Color convert

RGB 102 89 66 -
CMYK 0 0.13 0.35 0.6
HSL 38.33º 0.21% 0.33% -
HSV(B) 38.33º 0.35% 0.4% -
XYZ 10.04 10.36 6.63 -
YUV 90.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 102 89 66 0 0.13 0.35 0.6 38.33 0.21 0.33
Hex 66 59 42 0 D 23 3C 26 15 21
Octal 146 131 102 0 15 43 74 46 25 41
Binary 1100110 1011001 1000010 0 1101 100011 111100 100110 10101 100001

Color Harmonies of #665942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665942

Black with #665942

Text Example


Text Example

White with #665942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665942; }

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

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

background-color css

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

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

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

border-color css

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

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

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