Html Css Color HEX #606033 Verdigris

📋 copy color: '#606033'

red 96 ◦ green 96 ◦ blue 51

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

Shades of Verdigris #606033

Tints of Verdigris #606033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 39.51%
G = 39.51%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#606033 (or 0x606033) is known color: Verdigris. HEX triplet: 60, 60 and 33. RGB value is (96,96,51). Sum of RGB (Red+Green+Blue) = 96+96+51=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606033 is #9F9FCC. Grayscale: #5B5B5B. Windows color (decimal): -10461133 or 3367008. OLE color: 3367008.

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

Color convert

RGB 96 96 51 -
CMYK 0 0 0.47 0.62
HSL 60º 0.31% 0.29% -
HSV(B) 60º 0.47% 0.38% -
XYZ 9.6 11.09 4.77 -
YUV 90.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 96 96 51 0 0 0.47 0.62 60 0.31 0.29
Hex 60 60 33 0 0 2F 3E 3C 1F 1D
Octal 140 140 63 0 0 57 76 74 37 35
Binary 1100000 1100000 110011 0 0 101111 111110 111100 11111 11101

Color Harmonies of #606033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606033

Black with #606033

Text Example


Text Example

White with #606033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606033; }

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

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

background-color css

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

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

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

border-color css

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

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

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