Html Css Color HEX #606535 Verdigris

📋 copy color: '#606535'

red 96 ◦ green 101 ◦ blue 53

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

Shades of Verdigris #606535

Tints of Verdigris #606535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 53 (21.09% from 255) = 21.2%

R = 38.4%
G = 40.4%
B = 21.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#606535 (or 0x606535) is known color: Verdigris. HEX triplet: 60, 65 and 35. RGB value is (96,101,53). Sum of RGB (Red+Green+Blue) = 96+101+53=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 101 - color contains mainly: green. Hex color #606535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606535 is #9F9ACA. Grayscale: #5E5E5E. Windows color (decimal): -10459851 or 3499360. OLE color: 3499360.

HSL color Cylindrical-coordinate representation of color #606535: hue angle of 66.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #606535 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 53 -
CMYK 0.05 0 0.48 0.60
HSL 66.25º 0.31% 0.3% -
HSV(B) 66.25º 0.48% 0.4% -
XYZ 10.12 12.05 5.16 -
YUV 94.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 96 101 53 0.05 0 0.48 0.60 66.25 0.31 0.3
Hex 60 65 35 5 0 30 3C 42 1F 1E
Octal 140 145 65 5 0 60 74 102 37 36
Binary 1100000 1100101 110101 101 0 110000 111100 1000010 11111 11110

Color Harmonies of #606535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606535

Black with #606535

Text Example


Text Example

White with #606535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606535; }

 p { color: rgb(96,101,53); }

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

background-color css

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

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

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

border-color css

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

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

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