Html Css Color HEX #606138 Verdigris

📋 copy color: '#606138'

red 96 ◦ green 97 ◦ blue 56

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

Shades of Verdigris #606138

Tints of Verdigris #606138

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.96%

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 38.55%
G = 38.96%
B = 22.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#606138 (or 0x606138) is known color: Verdigris. HEX triplet: 60, 61 and 38. RGB value is (96,97,56). Sum of RGB (Red+Green+Blue) = 96+97+56=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #606138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606138 is #9F9EC7. Grayscale: #5C5C5C. Windows color (decimal): -10460872 or 3694944. OLE color: 3694944.

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

Color convert

RGB 96 97 56 -
CMYK 0.01 0 0.42 0.62
HSL 61.46º 0.27% 0.3% -
HSV(B) 61.46º 0.42% 0.38% -
XYZ 9.81 11.32 5.41 -
YUV 92.03 107.67 130.83 -
System Red Green Blue C M Y K H S L
Decimal 96 97 56 0.01 0 0.42 0.62 61.46 0.27 0.3
Hex 60 61 38 1 0 2A 3E 3D 1B 1E
Octal 140 141 70 1 0 52 76 75 33 36
Binary 1100000 1100001 111000 1 0 101010 111110 111101 11011 11110

Color Harmonies of #606138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606138

Black with #606138

Text Example


Text Example

White with #606138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606138; }

 p { color: rgb(96,97,56); }

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

background-color css

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

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

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

border-color css

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

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

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