Html Css Color HEX #666538 Verdigris

📋 copy color: '#666538'

red 102 ◦ green 101 ◦ blue 56

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

Shades of Verdigris #666538

Tints of Verdigris #666538

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

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

R = 39.38%
G = 39%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#666538 (or 0x666538) is known color: Verdigris. HEX triplet: 66, 65 and 38. RGB value is (102,101,56). Sum of RGB (Red+Green+Blue) = 102+101+56=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #666538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666538 is #999AC7. Grayscale: #606060. Windows color (decimal): -10066632 or 3695974. OLE color: 3695974.

HSL color Cylindrical-coordinate representation of color #666538: hue angle of 58.7º 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 #666538 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 101 56 -
CMYK 0 0.01 0.45 0.6
HSL 58.7º 0.29% 0.31% -
HSV(B) 58.7º 0.45% 0.4% -
XYZ 10.85 12.42 5.57 -
YUV 96.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 102 101 56 0 0.01 0.45 0.6 58.7 0.29 0.31
Hex 66 65 38 0 1 2D 3C 3B 1D 1F
Octal 146 145 70 0 1 55 74 73 35 37
Binary 1100110 1100101 111000 0 1 101101 111100 111011 11101 11111

Color Harmonies of #666538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666538

Black with #666538

Text Example


Text Example

White with #666538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666538; }

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

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

background-color css

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

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

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

border-color css

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

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

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