Html Css Color HEX #625138 Judge Grey

📋 copy color: '#625138'

red 98 ◦ green 81 ◦ blue 56

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

Shades of Judge Grey #625138

Tints of Judge Grey #625138

RGB

 RED value IS 98 (38.67% from 255) = 41.7%

 GREEN value IS 81 (32.03% from 255) = 34.47%

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 41.7%
G = 34.47%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#625138 (or 0x625138) is known color: Judge Grey. HEX triplet: 62, 51 and 38. RGB value is (98,81,56). Sum of RGB (Red+Green+Blue) = 98+81+56=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #625138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625138 is #9DAEC7. Grayscale: #535353. Windows color (decimal): -10333896 or 3690850. OLE color: 3690850.

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

Color convert

RGB 98 81 56 -
CMYK 0 0.17 0.43 0.62
HSL 35.71º 0.27% 0.3% -
HSV(B) 35.71º 0.43% 0.38% -
XYZ 8.69 8.77 4.98 -
YUV 83.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 98 81 56 0 0.17 0.43 0.62 35.71 0.27 0.3
Hex 62 51 38 0 11 2B 3E 24 1B 1E
Octal 142 121 70 0 21 53 76 44 33 36
Binary 1100010 1010001 111000 0 10001 101011 111110 100100 11011 11110

Color Harmonies of #625138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625138

Black with #625138

Text Example


Text Example

White with #625138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625138; }

 p { color: rgb(98,81,56); }

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

background-color css

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

 a { background-color: rgb(98,81,56); }

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

border-color css

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

 span { border-color: rgb(98,81,56); }

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