Html Css Color HEX #60623A Verdigris

📋 copy color: '#60623A'

red 96 ◦ green 98 ◦ blue 58

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

Shades of Verdigris #60623A

Tints of Verdigris #60623A

RGB

 RED value IS 96 (37.89% from 255) = 38.1%

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 38.1%
G = 38.89%
B = 23.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#60623A (or 0x60623A) is known color: Verdigris. HEX triplet: 60, 62 and 3A. RGB value is (96,98,58). Sum of RGB (Red+Green+Blue) = 96+98+58=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #60623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60623A is #9F9DC5. Grayscale: #5D5D5D. Windows color (decimal): -10460614 or 3826272. OLE color: 3826272.

HSL color Cylindrical-coordinate representation of color #60623A: hue angle of 63º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60623A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 58 -
CMYK 0.02 0 0.41 0.62
HSL 63º 0.26% 0.31% -
HSV(B) 63º 0.41% 0.38% -
XYZ 9.96 11.53 5.7 -
YUV 92.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 96 98 58 0.02 0 0.41 0.62 63 0.26 0.31
Hex 60 62 3A 2 0 29 3E 3F 1A 1F
Octal 140 142 72 2 0 51 76 77 32 37
Binary 1100000 1100010 111010 10 0 101001 111110 111111 11010 11111

Color Harmonies of #60623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60623A

Black with #60623A

Text Example


Text Example

White with #60623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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