Html Css Color HEX #615642 Judge Grey

📋 copy color: '#615642'

red 97 ◦ green 86 ◦ blue 66

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

Shades of Judge Grey #615642

Tints of Judge Grey #615642

RGB

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

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

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

R = 38.96%
G = 34.54%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#615642 (or 0x615642) is known color: Judge Grey. HEX triplet: 61, 56 and 42. RGB value is (97,86,66). Sum of RGB (Red+Green+Blue) = 97+86+66=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #615642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615642 is #9EA9BD. Grayscale: #575757. Windows color (decimal): -10398142 or 4347489. OLE color: 4347489.

HSL color Cylindrical-coordinate representation of color #615642: hue angle of 38.71º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615642 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 66 -
CMYK 0 0.11 0.32 0.62
HSL 38.71º 0.19% 0.32% -
HSV(B) 38.71º 0.32% 0.38% -
XYZ 9.24 9.59 6.52 -
YUV 87.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 97 86 66 0 0.11 0.32 0.62 38.71 0.19 0.32
Hex 61 56 42 0 B 20 3E 27 13 20
Octal 141 126 102 0 13 40 76 47 23 40
Binary 1100001 1010110 1000010 0 1011 100000 111110 100111 10011 100000

Color Harmonies of #615642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615642

Black with #615642

Text Example


Text Example

White with #615642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615642; }

 p { color: rgb(97,86,66); }

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

background-color css

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

 a { background-color: rgb(97,86,66); }

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

border-color css

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

 span { border-color: rgb(97,86,66); }

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