#65553B

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

Shades of Judge Grey #65553B

Tints of Judge Grey #65553B

Color information

#65553B (or 0x65553B) is unknown color: approx Judge Grey. HEX triplet: 65, 55 and 3B. RGB value is (101,85,59). Sum of RGB (Red+Green+Blue) = 101+85+59=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #65553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65553B is #9AAAC4. Grayscale: #565656. Windows color (decimal): -10136261 or 3888485. OLE color: 3888485.

HSL color Cylindrical-coordinate representation of color #65553B: hue angle of 37.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65553B is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1018559-
CMYK00.160.420.60
HSL37.14º26.25%31.37%-
HSV(B)37.14º41.58%39.61%-
XYZ9.49.585.49-
YUV86.82112.3138.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=41.22%
G=34.69%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101855900.160.420.6037.1426.2531.37
Hex65553B0102A3C251a1f
Octal145125730205274453237
Binary110010110101011110110100001010101111001001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65553B; }

 p { color: rgb(101,85,59); }

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

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

 a { background-color: rgb(101,85,59); }

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

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

 span { border-color: rgb(101,85,59); }

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