#655848

Color #655848 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #655848

Tints of Judge Grey #655848

Color information

#655848 (or 0x655848) is unknown color: approx Judge Grey. HEX triplet: 65, 58 and 48. RGB value is (101,88,72). Sum of RGB (Red+Green+Blue) = 101+88+72=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #655848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655848 is #9AA7B7. Grayscale: #5A5A5A. Windows color (decimal): -10135480 or 4741221. OLE color: 4741221.

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

Color convert

RGB1018872-
CMYK00.130.290.60
HSL33.1º16.76%33.92%-
HSV(B)33.1º28.71%39.61%-
XYZ10.0310.217.57-
YUV90.06117.81135.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 72 (28.52% from 255) = 27.59%
R=38.70%
G=33.72%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101887200.130.290.6033.116.7633.92
Hex6558480D1D3C211122
Octal1451301100153574412142
Binary110010110110001001000011011110111110010000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655848; }

 p { color: rgb(101,88,72); }

 H1.HeaderClassName
 {
   color: #655848;
 }
 .AnyTagClassName
 {
   color: #655848;
 }
</style>
background-color css

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

 a { background-color: rgb(101,88,72); }

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

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

 span { border-color: rgb(101,88,72); }

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