Html Css Color HEX #61543B Judge Grey

📋 copy color: '#61543B'

red 97 ◦ green 84 ◦ blue 59

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

Shades of Judge Grey #61543B

Tints of Judge Grey #61543B

RGB

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

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

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

R = 40.42%
G = 35%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#61543B (or 0x61543B) is known color: Judge Grey. HEX triplet: 61, 54 and 3B. RGB value is (97,84,59). Sum of RGB (Red+Green+Blue) = 97+84+59=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61543B is #9EABC4. Grayscale: #555555. Windows color (decimal): -10398661 or 3888225. OLE color: 3888225.

HSL color Cylindrical-coordinate representation of color #61543B: hue angle of 39.47º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61543B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 59 -
CMYK 0 0.13 0.39 0.62
HSL 39.47º 0.24% 0.31% -
HSV(B) 39.47º 0.39% 0.38% -
XYZ 8.89 9.2 5.44 -
YUV 85.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 97 84 59 0 0.13 0.39 0.62 39.47 0.24 0.31
Hex 61 54 3B 0 D 27 3E 27 18 1F
Octal 141 124 73 0 15 47 76 47 30 37
Binary 1100001 1010100 111011 0 1101 100111 111110 100111 11000 11111

Color Harmonies of #61543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61543B

Black with #61543B

Text Example


Text Example

White with #61543B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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