Html Css Color HEX #655947 Judge Grey

📋 copy color: '#655947'

red 101 ◦ green 89 ◦ blue 71

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

Shades of Judge Grey #655947

Tints of Judge Grey #655947

RGB

 RED value IS 101 (39.84% from 255) = 38.7%

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

 BLUE value IS 71 (28.13% from 255) = 27.2%

R = 38.7%
G = 34.1%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#655947 (or 0x655947) is known color: Judge Grey. HEX triplet: 65, 59 and 47. RGB value is (101,89,71). Sum of RGB (Red+Green+Blue) = 101+89+71=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #655947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655947 is #9AA6B8. Grayscale: #5A5A5A. Windows color (decimal): -10135225 or 4675941. OLE color: 4675941.

HSL color Cylindrical-coordinate representation of color #655947: hue angle of 36º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #655947 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 89 71 -
CMYK 0 0.12 0.30 0.60
HSL 36º 0.17% 0.34% -
HSV(B) 36º 0.3% 0.4% -
XYZ 10.08 10.37 7.43 -
YUV 90.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 101 89 71 0 0.12 0.30 0.60 36 0.17 0.34
Hex 65 59 47 0 C 1E 3C 24 11 22
Octal 145 131 107 0 14 36 74 44 21 42
Binary 1100101 1011001 1000111 0 1100 11110 111100 100100 10001 100010

Color Harmonies of #655947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655947

Black with #655947

Text Example


Text Example

White with #655947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655947; }

 p { color: rgb(101,89,71); }

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

background-color css

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

 a { background-color: rgb(101,89,71); }

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

border-color css

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

 span { border-color: rgb(101,89,71); }

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