Html Css Color HEX #625344 Judge Grey

📋 copy color: '#625344'

red 98 ◦ green 83 ◦ blue 68

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

Shades of Judge Grey #625344

Tints of Judge Grey #625344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 39.36%
G = 33.33%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#625344 (or 0x625344) is known color: Judge Grey. HEX triplet: 62, 53 and 44. RGB value is (98,83,68). Sum of RGB (Red+Green+Blue) = 98+83+68=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #625344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625344 is #9DACBB. Grayscale: #555555. Windows color (decimal): -10333372 or 4477794. OLE color: 4477794.

HSL color Cylindrical-coordinate representation of color #625344: hue angle of 30º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #625344 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 83 68 -
CMYK 0 0.15 0.31 0.62
HSL 30º 0.18% 0.33% -
HSV(B) 30º 0.31% 0.38% -
XYZ 9.17 9.2 6.76 -
YUV 85.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 98 83 68 0 0.15 0.31 0.62 30 0.18 0.33
Hex 62 53 44 0 F 1F 3E 1E 12 21
Octal 142 123 104 0 17 37 76 36 22 41
Binary 1100010 1010011 1000100 0 1111 11111 111110 11110 10010 100001

Color Harmonies of #625344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625344

Black with #625344

Text Example


Text Example

White with #625344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625344; }

 p { color: rgb(98,83,68); }

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

background-color css

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

 a { background-color: rgb(98,83,68); }

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

border-color css

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

 span { border-color: rgb(98,83,68); }

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