Html Css Color HEX #65593E Judge Grey

📋 copy color: '#65593E'

red 101 ◦ green 89 ◦ blue 62

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

Shades of Judge Grey #65593E

Tints of Judge Grey #65593E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 40.08%
G = 35.32%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.60

RGB Variations

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

Color information

#65593E (or 0x65593E) is known color: Judge Grey. HEX triplet: 65, 59 and 3E. RGB value is (101,89,62). Sum of RGB (Red+Green+Blue) = 101+89+62=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #65593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65593E is #9AA6C1. Grayscale: #595959. Windows color (decimal): -10135234 or 4086117. OLE color: 4086117.

HSL color Cylindrical-coordinate representation of color #65593E: hue angle of 41.54º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65593E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 89 62 -
CMYK 0 0.12 0.39 0.60
HSL 41.54º 0.24% 0.32% -
HSV(B) 41.54º 0.39% 0.4% -
XYZ 9.81 10.26 6.02 -
YUV 89.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 101 89 62 0 0.12 0.39 0.60 41.54 0.24 0.32
Hex 65 59 3E 0 C 27 3C 2A 18 20
Octal 145 131 76 0 14 47 74 52 30 40
Binary 1100101 1011001 111110 0 1100 100111 111100 101010 11000 100000

Color Harmonies of #65593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65593E

Black with #65593E

Text Example


Text Example

White with #65593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65593E; }

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

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

background-color css

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

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

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

border-color css

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

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

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