Html Css Color HEX #62603B Verdigris

📋 copy color: '#62603B'

red 98 ◦ green 96 ◦ blue 59

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

Shades of Verdigris #62603B

Tints of Verdigris #62603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.94%

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 38.74%
G = 37.94%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#62603B (or 0x62603B) is known color: Verdigris. HEX triplet: 62, 60 and 3B. RGB value is (98,96,59). Sum of RGB (Red+Green+Blue) = 98+96+59=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 98 - color contains mainly: red. Hex color #62603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62603B is #9D9FC4. Grayscale: #5C5C5C. Windows color (decimal): -10330053 or 3891298. OLE color: 3891298.

HSL color Cylindrical-coordinate representation of color #62603B: hue angle of 56.92º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62603B is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 59 -
CMYK 0 0.02 0.40 0.62
HSL 56.92º 0.25% 0.31% -
HSV(B) 56.92º 0.4% 0.38% -
XYZ 10.01 11.28 5.79 -
YUV 92.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 98 96 59 0 0.02 0.40 0.62 56.92 0.25 0.31
Hex 62 60 3B 0 2 28 3E 39 19 1F
Octal 142 140 73 0 2 50 76 71 31 37
Binary 1100010 1100000 111011 0 10 101000 111110 111001 11001 11111

Color Harmonies of #62603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62603B

Black with #62603B

Text Example


Text Example

White with #62603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62603B; }

 p { color: rgb(98,96,59); }

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

background-color css

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

 a { background-color: rgb(98,96,59); }

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

border-color css

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

 span { border-color: rgb(98,96,59); }

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