Html Css Color HEX #606334 Verdigris

📋 copy color: '#606334'

red 96 ◦ green 99 ◦ blue 52

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

Shades of Verdigris #606334

Tints of Verdigris #606334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 38.87%
G = 40.08%
B = 21.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#606334 (or 0x606334) is known color: Verdigris. HEX triplet: 60, 63 and 34. RGB value is (96,99,52). Sum of RGB (Red+Green+Blue) = 96+99+52=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #606334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606334 is #9F9CCB. Grayscale: #5C5C5C. Windows color (decimal): -10460364 or 3433312. OLE color: 3433312.

HSL color Cylindrical-coordinate representation of color #606334: hue angle of 63.83º 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 #606334 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 52 -
CMYK 0.03 0 0.47 0.61
HSL 63.83º 0.31% 0.3% -
HSV(B) 63.83º 0.47% 0.39% -
XYZ 9.91 11.66 4.98 -
YUV 92.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 96 99 52 0.03 0 0.47 0.61 63.83 0.31 0.3
Hex 60 63 34 3 0 2F 3D 40 1F 1E
Octal 140 143 64 3 0 57 75 100 37 36
Binary 1100000 1100011 110100 11 0 101111 111101 1000000 11111 11110

Color Harmonies of #606334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606334

Black with #606334

Text Example


Text Example

White with #606334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606334; }

 p { color: rgb(96,99,52); }

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

background-color css

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

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

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

border-color css

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

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

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