Html Css Color HEX #625A38 Verdigris

📋 copy color: '#625A38'

red 98 ◦ green 90 ◦ blue 56

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

Shades of Verdigris #625A38

Tints of Verdigris #625A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 40.16%
G = 36.89%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#625A38 (or 0x625A38) is known color: Verdigris. HEX triplet: 62, 5A and 38. RGB value is (98,90,56). Sum of RGB (Red+Green+Blue) = 98+90+56=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #625A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A38 is #9DA5C7. Grayscale: #585858. Windows color (decimal): -10331592 or 3693154. OLE color: 3693154.

HSL color Cylindrical-coordinate representation of color #625A38: hue angle of 48.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #625A38 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 90 56 -
CMYK 0 0.08 0.43 0.62
HSL 48.57º 0.27% 0.3% -
HSV(B) 48.57º 0.43% 0.38% -
XYZ 9.41 10.19 5.21 -
YUV 88.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 98 90 56 0 0.08 0.43 0.62 48.57 0.27 0.3
Hex 62 5A 38 0 8 2B 3E 31 1B 1E
Octal 142 132 70 0 10 53 76 61 33 36
Binary 1100010 1011010 111000 0 1000 101011 111110 110001 11011 11110

Color Harmonies of #625A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A38

Black with #625A38

Text Example


Text Example

White with #625A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,90,56); }

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

background-color css

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

 a { background-color: rgb(98,90,56); }

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

border-color css

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

 span { border-color: rgb(98,90,56); }

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