Html Css Color HEX #666738 Verdigris

📋 copy color: '#666738'

red 102 ◦ green 103 ◦ blue 56

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

Shades of Verdigris #666738

Tints of Verdigris #666738

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 39.08%
G = 39.46%
B = 21.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#666738 (or 0x666738) is known color: Verdigris. HEX triplet: 66, 67 and 38. RGB value is (102,103,56). Sum of RGB (Red+Green+Blue) = 102+103+56=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #666738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666738 is #9998C7. Grayscale: #616161. Windows color (decimal): -10066120 or 3696486. OLE color: 3696486.

HSL color Cylindrical-coordinate representation of color #666738: hue angle of 61.28º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666738 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 103 56 -
CMYK 0.01 0 0.46 0.60
HSL 61.28º 0.3% 0.31% -
HSV(B) 61.28º 0.46% 0.4% -
XYZ 11.04 12.81 5.63 -
YUV 97.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 102 103 56 0.01 0 0.46 0.60 61.28 0.3 0.31
Hex 66 67 38 1 0 2E 3C 3D 1E 1F
Octal 146 147 70 1 0 56 74 75 36 37
Binary 1100110 1100111 111000 1 0 101110 111100 111101 11110 11111

Color Harmonies of #666738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666738

Black with #666738

Text Example


Text Example

White with #666738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666738; }

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

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

background-color css

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

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

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

border-color css

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

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

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