Html Css Color HEX #615445 Judge Grey

📋 copy color: '#615445'

red 97 ◦ green 84 ◦ blue 69

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

Shades of Judge Grey #615445

Tints of Judge Grey #615445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.6%

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

R = 38.8%
G = 33.6%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#615445 (or 0x615445) is known color: Judge Grey. HEX triplet: 61, 54 and 45. RGB value is (97,84,69). Sum of RGB (Red+Green+Blue) = 97+84+69=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #615445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615445 is #9EABBA. Grayscale: #565656. Windows color (decimal): -10398651 or 4543585. OLE color: 4543585.

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

Color convert

RGB 97 84 69 -
CMYK 0 0.13 0.29 0.62
HSL 32.14º 0.17% 0.33% -
HSV(B) 32.14º 0.29% 0.38% -
XYZ 9.17 9.31 6.94 -
YUV 86.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 97 84 69 0 0.13 0.29 0.62 32.14 0.17 0.33
Hex 61 54 45 0 D 1D 3E 20 11 21
Octal 141 124 105 0 15 35 76 40 21 41
Binary 1100001 1010100 1000101 0 1101 11101 111110 100000 10001 100001

Color Harmonies of #615445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615445

Black with #615445

Text Example


Text Example

White with #615445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615445; }

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

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

background-color css

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

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

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

border-color css

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

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

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