Html Css Color HEX #615745 Judge Grey

📋 copy color: '#615745'

red 97 ◦ green 87 ◦ blue 69

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

Shades of Judge Grey #615745

Tints of Judge Grey #615745

RGB

 RED value IS 97 (38.28% from 255) = 38.34%

 GREEN value IS 87 (34.38% from 255) = 34.39%

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 38.34%
G = 34.39%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#615745 (or 0x615745) is known color: Judge Grey. HEX triplet: 61, 57 and 45. RGB value is (97,87,69). Sum of RGB (Red+Green+Blue) = 97+87+69=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615745 is #9EA8BA. Grayscale: #585858. Windows color (decimal): -10397883 or 4544353. OLE color: 4544353.

HSL color Cylindrical-coordinate representation of color #615745: hue angle of 38.57º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #615745 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 87 69 -
CMYK 0 0.10 0.29 0.62
HSL 38.57º 0.17% 0.33% -
HSV(B) 38.57º 0.29% 0.38% -
XYZ 9.41 9.79 7.02 -
YUV 87.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 97 87 69 0 0.10 0.29 0.62 38.57 0.17 0.33
Hex 61 57 45 0 A 1D 3E 27 11 21
Octal 141 127 105 0 12 35 76 47 21 41
Binary 1100001 1010111 1000101 0 1010 11101 111110 100111 10001 100001

Color Harmonies of #615745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615745

Black with #615745

Text Example


Text Example

White with #615745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615745; }

 p { color: rgb(97,87,69); }

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

background-color css

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

 a { background-color: rgb(97,87,69); }

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

border-color css

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

 span { border-color: rgb(97,87,69); }

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