Html Css Color HEX #666238 Verdigris

📋 copy color: '#666238'

red 102 ◦ green 98 ◦ blue 56

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

Shades of Verdigris #666238

Tints of Verdigris #666238

RGB

 RED value IS 102 (40.23% from 255) = 39.84%

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

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

R = 39.84%
G = 38.28%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#666238 (or 0x666238) is known color: Verdigris. HEX triplet: 66, 62 and 38. RGB value is (102,98,56). Sum of RGB (Red+Green+Blue) = 102+98+56=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #666238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666238 is #999DC7. Grayscale: #5E5E5E. Windows color (decimal): -10067400 or 3695206. OLE color: 3695206.

HSL color Cylindrical-coordinate representation of color #666238: hue angle of 54.78º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #666238 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 98 56 -
CMYK 0 0.04 0.45 0.6
HSL 54.78º 0.29% 0.31% -
HSV(B) 54.78º 0.45% 0.4% -
XYZ 10.56 11.85 5.47 -
YUV 94.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 102 98 56 0 0.04 0.45 0.6 54.78 0.29 0.31
Hex 66 62 38 0 4 2D 3C 37 1D 1F
Octal 146 142 70 0 4 55 74 67 35 37
Binary 1100110 1100010 111000 0 100 101101 111100 110111 11101 11111

Color Harmonies of #666238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666238

Black with #666238

Text Example


Text Example

White with #666238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666238; }

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

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

background-color css

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

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

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

border-color css

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

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

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