Html Css Color HEX #625345 Judge Grey

📋 copy color: '#625345'

red 98 ◦ green 83 ◦ blue 69

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

Shades of Judge Grey #625345

Tints of Judge Grey #625345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.6%

R = 39.2%
G = 33.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#625345 (or 0x625345) is known color: Judge Grey. HEX triplet: 62, 53 and 45. RGB value is (98,83,69). Sum of RGB (Red+Green+Blue) = 98+83+69=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625345 is #9DACBA. Grayscale: #555555. Windows color (decimal): -10333371 or 4543330. OLE color: 4543330.

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

Color convert

RGB 98 83 69 -
CMYK 0 0.15 0.30 0.62
HSL 28.97º 0.17% 0.33% -
HSV(B) 28.97º 0.3% 0.38% -
XYZ 9.2 9.21 6.92 -
YUV 85.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 98 83 69 0 0.15 0.30 0.62 28.97 0.17 0.33
Hex 62 53 45 0 F 1E 3E 1D 11 21
Octal 142 123 105 0 17 36 76 35 21 41
Binary 1100010 1010011 1000101 0 1111 11110 111110 11101 10001 100001

Color Harmonies of #625345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625345

Black with #625345

Text Example


Text Example

White with #625345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625345; }

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

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

background-color css

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

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

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

border-color css

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

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

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