Html Css Color HEX #625E3D Verdigris

📋 copy color: '#625E3D'

red 98 ◦ green 94 ◦ blue 61

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

Shades of Verdigris #625E3D

Tints of Verdigris #625E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.15%

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 38.74%
G = 37.15%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#625E3D (or 0x625E3D) is known color: Verdigris. HEX triplet: 62, 5E and 3D. RGB value is (98,94,61). Sum of RGB (Red+Green+Blue) = 98+94+61=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #625E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625E3D is #9DA1C2. Grayscale: #5B5B5B. Windows color (decimal): -10330563 or 4021858. OLE color: 4021858.

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

Color convert

RGB 98 94 61 -
CMYK 0 0.04 0.38 0.62
HSL 53.51º 0.23% 0.31% -
HSV(B) 53.51º 0.38% 0.38% -
XYZ 9.88 10.94 6.01 -
YUV 91.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 98 94 61 0 0.04 0.38 0.62 53.51 0.23 0.31
Hex 62 5E 3D 0 4 26 3E 36 17 1F
Octal 142 136 75 0 4 46 76 66 27 37
Binary 1100010 1011110 111101 0 100 100110 111110 110110 10111 11111

Color Harmonies of #625E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625E3D

Black with #625E3D

Text Example


Text Example

White with #625E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625E3D; }

 p { color: rgb(98,94,61); }

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

background-color css

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

 a { background-color: rgb(98,94,61); }

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

border-color css

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

 span { border-color: rgb(98,94,61); }

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