Html Css Color HEX #60603B Verdigris

📋 copy color: '#60603B'

red 96 ◦ green 96 ◦ blue 59

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

Shades of Verdigris #60603B

Tints of Verdigris #60603B

RGB

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

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

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

R = 38.25%
G = 38.25%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#60603B (or 0x60603B) is known color: Verdigris. HEX triplet: 60, 60 and 3B. RGB value is (96,96,59). Sum of RGB (Red+Green+Blue) = 96+96+59=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60603B is #9F9FC4. Grayscale: #5B5B5B. Windows color (decimal): -10461125 or 3891296. OLE color: 3891296.

HSL color Cylindrical-coordinate representation of color #60603B: hue angle of 60º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60603B is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 96 59 -
CMYK 0 0 0.39 0.62
HSL 60º 0.24% 0.3% -
HSV(B) 60º 0.39% 0.38% -
XYZ 9.8 11.17 5.78 -
YUV 91.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 96 96 59 0 0 0.39 0.62 60 0.24 0.3
Hex 60 60 3B 0 0 27 3E 3C 18 1E
Octal 140 140 73 0 0 47 76 74 30 36
Binary 1100000 1100000 111011 0 0 100111 111110 111100 11000 11110

Color Harmonies of #60603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60603B

Black with #60603B

Text Example


Text Example

White with #60603B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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