Html Css Color HEX #625B3D Verdigris

📋 copy color: '#625B3D'

red 98 ◦ green 91 ◦ blue 61

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

Shades of Verdigris #625B3D

Tints of Verdigris #625B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.4%

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

R = 39.2%
G = 36.4%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#625B3D (or 0x625B3D) is known color: Verdigris. HEX triplet: 62, 5B and 3D. RGB value is (98,91,61). Sum of RGB (Red+Green+Blue) = 98+91+61=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #625B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625B3D is #9DA4C2. Grayscale: #595959. Windows color (decimal): -10331331 or 4021090. OLE color: 4021090.

HSL color Cylindrical-coordinate representation of color #625B3D: hue angle of 48.65º 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 #625B3D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 91 61 -
CMYK 0 0.07 0.38 0.62
HSL 48.65º 0.23% 0.31% -
HSV(B) 48.65º 0.38% 0.38% -
XYZ 9.62 10.42 5.92 -
YUV 89.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 98 91 61 0 0.07 0.38 0.62 48.65 0.23 0.31
Hex 62 5B 3D 0 7 26 3E 31 17 1F
Octal 142 133 75 0 7 46 76 61 27 37
Binary 1100010 1011011 111101 0 111 100110 111110 110001 10111 11111

Color Harmonies of #625B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B3D

Black with #625B3D

Text Example


Text Example

White with #625B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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