Html Css Color HEX #655842 Judge Grey

📋 copy color: '#655842'

red 101 ◦ green 88 ◦ blue 66

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

Shades of Judge Grey #655842

Tints of Judge Grey #655842

RGB

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

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

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

R = 39.61%
G = 34.51%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#655842 (or 0x655842) is known color: Judge Grey. HEX triplet: 65, 58 and 42. RGB value is (101,88,66). Sum of RGB (Red+Green+Blue) = 101+88+66=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #655842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655842 is #9AA7BD. Grayscale: #595959. Windows color (decimal): -10135486 or 4348005. OLE color: 4348005.

HSL color Cylindrical-coordinate representation of color #655842: hue angle of 37.71º 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 #655842 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 88 66 -
CMYK 0 0.13 0.35 0.60
HSL 37.71º 0.21% 0.33% -
HSV(B) 37.71º 0.35% 0.4% -
XYZ 9.84 10.14 6.59 -
YUV 89.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 101 88 66 0 0.13 0.35 0.60 37.71 0.21 0.33
Hex 65 58 42 0 D 23 3C 26 15 21
Octal 145 130 102 0 15 43 74 46 25 41
Binary 1100101 1011000 1000010 0 1101 100011 111100 100110 10101 100001

Color Harmonies of #655842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655842

Black with #655842

Text Example


Text Example

White with #655842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655842; }

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

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

background-color css

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

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

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

border-color css

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

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

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