Html Css Color HEX #606435 Verdigris

📋 copy color: '#606435'

red 96 ◦ green 100 ◦ blue 53

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

Shades of Verdigris #606435

Tints of Verdigris #606435

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

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

R = 38.55%
G = 40.16%
B = 21.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#606435 (or 0x606435) is known color: Verdigris. HEX triplet: 60, 64 and 35. RGB value is (96,100,53). Sum of RGB (Red+Green+Blue) = 96+100+53=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #606435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606435 is #9F9BCA. Grayscale: #5D5D5D. Windows color (decimal): -10460107 or 3499104. OLE color: 3499104.

HSL color Cylindrical-coordinate representation of color #606435: hue angle of 65.11º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606435 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 100 53 -
CMYK 0.04 0 0.47 0.61
HSL 65.11º 0.31% 0.3% -
HSV(B) 65.11º 0.47% 0.39% -
XYZ 10.02 11.86 5.13 -
YUV 93.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 96 100 53 0.04 0 0.47 0.61 65.11 0.31 0.3
Hex 60 64 35 4 0 2F 3D 41 1F 1E
Octal 140 144 65 4 0 57 75 101 37 36
Binary 1100000 1100100 110101 100 0 101111 111101 1000001 11111 11110

Color Harmonies of #606435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606435

Black with #606435

Text Example


Text Example

White with #606435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606435; }

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

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

background-color css

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

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

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

border-color css

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

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

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