Html Css Color HEX #606238 Verdigris

📋 copy color: '#606238'

red 96 ◦ green 98 ◦ blue 56

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

Shades of Verdigris #606238

Tints of Verdigris #606238

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.2%

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

R = 38.4%
G = 39.2%
B = 22.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#606238 (or 0x606238) is known color: Verdigris. HEX triplet: 60, 62 and 38. RGB value is (96,98,56). Sum of RGB (Red+Green+Blue) = 96+98+56=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #606238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606238 is #9F9DC7. Grayscale: #5C5C5C. Windows color (decimal): -10460616 or 3695200. OLE color: 3695200.

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

Color convert

RGB 96 98 56 -
CMYK 0.02 0 0.43 0.62
HSL 62.86º 0.27% 0.3% -
HSV(B) 62.86º 0.43% 0.38% -
XYZ 9.91 11.51 5.44 -
YUV 92.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 96 98 56 0.02 0 0.43 0.62 62.86 0.27 0.3
Hex 60 62 38 2 0 2B 3E 3F 1B 1E
Octal 140 142 70 2 0 53 76 77 33 36
Binary 1100000 1100010 111000 10 0 101011 111110 111111 11011 11110

Color Harmonies of #606238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606238

Black with #606238

Text Example


Text Example

White with #606238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606238; }

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

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

background-color css

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

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

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

border-color css

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

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

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