Html Css Color HEX #625842 Judge Grey

📋 copy color: '#625842'

red 98 ◦ green 88 ◦ blue 66

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

Shades of Judge Grey #625842

Tints of Judge Grey #625842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 38.89%
G = 34.92%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#625842 (or 0x625842) is known color: Judge Grey. HEX triplet: 62, 58 and 42. RGB value is (98,88,66). Sum of RGB (Red+Green+Blue) = 98+88+66=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #625842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625842 is #9DA7BD. Grayscale: #585858. Windows color (decimal): -10332094 or 4348002. OLE color: 4348002.

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

Color convert

RGB 98 88 66 -
CMYK 0 0.10 0.33 0.62
HSL 41.25º 0.2% 0.32% -
HSV(B) 41.25º 0.33% 0.38% -
XYZ 9.51 9.97 6.58 -
YUV 88.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 98 88 66 0 0.10 0.33 0.62 41.25 0.2 0.32
Hex 62 58 42 0 A 21 3E 29 14 20
Octal 142 130 102 0 12 41 76 51 24 40
Binary 1100010 1011000 1000010 0 1010 100001 111110 101001 10100 100000

Color Harmonies of #625842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625842

Black with #625842

Text Example


Text Example

White with #625842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625842; }

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

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

background-color css

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

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

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

border-color css

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

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

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