Html Css Color HEX #655848 Judge Grey

📋 copy color: '#655848'

red 101 ◦ green 88 ◦ blue 72

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

Shades of Judge Grey #655848

Tints of Judge Grey #655848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 38.7%
G = 33.72%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#655848 (or 0x655848) is known color: 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

RGB 101 88 72 -
CMYK 0 0.13 0.29 0.60
HSL 33.1º 0.17% 0.34% -
HSV(B) 33.1º 0.29% 0.4% -
XYZ 10.03 10.21 7.57 -
YUV 90.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 101 88 72 0 0.13 0.29 0.60 33.1 0.17 0.34
Hex 65 58 48 0 D 1D 3C 21 11 22
Octal 145 130 110 0 15 35 74 41 21 42
Binary 1100101 1011000 1001000 0 1101 11101 111100 100001 10001 100010

Color Harmonies of #655848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655848

Black with #655848

Text Example


Text Example

White with #655848

Text Example


Text Example

HTML Codes & Css Web 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>