Html Css Color HEX #625844 Judge Grey

📋 copy color: '#625844'

red 98 ◦ green 88 ◦ blue 68

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

Shades of Judge Grey #625844

Tints of Judge Grey #625844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 38.58%
G = 34.65%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#625844 (or 0x625844) is known color: Judge Grey. HEX triplet: 62, 58 and 44. RGB value is (98,88,68). Sum of RGB (Red+Green+Blue) = 98+88+68=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #625844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625844 is #9DA7BB. Grayscale: #585858. Windows color (decimal): -10332092 or 4479074. OLE color: 4479074.

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

Color convert

RGB 98 88 68 -
CMYK 0 0.10 0.31 0.62
HSL 40º 0.18% 0.33% -
HSV(B) 40º 0.31% 0.38% -
XYZ 9.57 9.99 6.89 -
YUV 88.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 98 88 68 0 0.10 0.31 0.62 40 0.18 0.33
Hex 62 58 44 0 A 1F 3E 28 12 21
Octal 142 130 104 0 12 37 76 50 22 41
Binary 1100010 1011000 1000100 0 1010 11111 111110 101000 10010 100001

Color Harmonies of #625844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625844

Black with #625844

Text Example


Text Example

White with #625844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625844; }

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

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

background-color css

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

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

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

border-color css

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

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

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