Html Css Color HEX #65563B Judge Grey

📋 copy color: '#65563B'

red 101 ◦ green 86 ◦ blue 59

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

Shades of Judge Grey #65563B

Tints of Judge Grey #65563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 41.06%
G = 34.96%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.60

RGB Variations

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

Color information

#65563B (or 0x65563B) is known color: Judge Grey. HEX triplet: 65, 56 and 3B. RGB value is (101,86,59). Sum of RGB (Red+Green+Blue) = 101+86+59=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65563B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65563B is #9AA9C4. Grayscale: #575757. Windows color (decimal): -10136005 or 3888741. OLE color: 3888741.

HSL color Cylindrical-coordinate representation of color #65563B: hue angle of 38.57º 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 #65563B is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 86 59 -
CMYK 0 0.15 0.42 0.60
HSL 38.57º 0.26% 0.31% -
HSV(B) 38.57º 0.42% 0.4% -
XYZ 9.48 9.74 5.52 -
YUV 87.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 101 86 59 0 0.15 0.42 0.60 38.57 0.26 0.31
Hex 65 56 3B 0 F 2A 3C 27 1A 1F
Octal 145 126 73 0 17 52 74 47 32 37
Binary 1100101 1010110 111011 0 1111 101010 111100 100111 11010 11111

Color Harmonies of #65563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65563B

Black with #65563B

Text Example


Text Example

White with #65563B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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