Html Css Color HEX #606043 Verdigris

📋 copy color: '#606043'

red 96 ◦ green 96 ◦ blue 67

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

Shades of Verdigris #606043

Tints of Verdigris #606043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.87%

R = 37.07%
G = 37.07%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#606043 (or 0x606043) is known color: Verdigris. HEX triplet: 60, 60 and 43. RGB value is (96,96,67). Sum of RGB (Red+Green+Blue) = 96+96+67=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606043 is #9F9FBC. Grayscale: #5C5C5C. Windows color (decimal): -10461117 or 4415584. OLE color: 4415584.

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

Color convert

RGB 96 96 67 -
CMYK 0 0 0.30 0.62
HSL 60º 0.18% 0.32% -
HSV(B) 60º 0.3% 0.38% -
XYZ 10.02 11.26 6.96 -
YUV 92.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 96 96 67 0 0 0.30 0.62 60 0.18 0.32
Hex 60 60 43 0 0 1E 3E 3C 12 20
Octal 140 140 103 0 0 36 76 74 22 40
Binary 1100000 1100000 1000011 0 0 11110 111110 111100 10010 100000

Color Harmonies of #606043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606043

Black with #606043

Text Example


Text Example

White with #606043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606043; }

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

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

background-color css

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

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

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

border-color css

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

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

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