Html Css Color HEX #625243 Judge Grey

📋 copy color: '#625243'

red 98 ◦ green 82 ◦ blue 67

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

Shades of Judge Grey #625243

Tints of Judge Grey #625243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 67 (26.56% from 255) = 27.13%

R = 39.68%
G = 33.2%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#625243 (or 0x625243) is known color: Judge Grey. HEX triplet: 62, 52 and 43. RGB value is (98,82,67). Sum of RGB (Red+Green+Blue) = 98+82+67=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #625243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625243 is #9DADBC. Grayscale: #555555. Windows color (decimal): -10333629 or 4412002. OLE color: 4412002.

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

Color convert

RGB 98 82 67 -
CMYK 0 0.16 0.32 0.62
HSL 29.03º 0.19% 0.32% -
HSV(B) 29.03º 0.32% 0.38% -
XYZ 9.07 9.04 6.58 -
YUV 85.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 98 82 67 0 0.16 0.32 0.62 29.03 0.19 0.32
Hex 62 52 43 0 10 20 3E 1D 13 20
Octal 142 122 103 0 20 40 76 35 23 40
Binary 1100010 1010010 1000011 0 10000 100000 111110 11101 10011 100000

Color Harmonies of #625243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625243

Black with #625243

Text Example


Text Example

White with #625243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625243; }

 p { color: rgb(98,82,67); }

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

background-color css

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

 a { background-color: rgb(98,82,67); }

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

border-color css

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

 span { border-color: rgb(98,82,67); }

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