Html Css Color HEX #66673D Verdigris

📋 copy color: '#66673D'

red 102 ◦ green 103 ◦ blue 61

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

Shades of Verdigris #66673D

Tints of Verdigris #66673D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 38.35%
G = 38.72%
B = 22.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.60

RGB Variations

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

Color information

#66673D (or 0x66673D) is known color: Verdigris. HEX triplet: 66, 67 and 3D. RGB value is (102,103,61). Sum of RGB (Red+Green+Blue) = 102+103+61=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #66673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66673D is #9998C2. Grayscale: #626262. Windows color (decimal): -10066115 or 4024166. OLE color: 4024166.

HSL color Cylindrical-coordinate representation of color #66673D: hue angle of 61.43º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66673D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 103 61 -
CMYK 0.01 0 0.41 0.60
HSL 61.43º 0.26% 0.32% -
HSV(B) 61.43º 0.41% 0.4% -
XYZ 11.17 12.86 6.31 -
YUV 97.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 102 103 61 0.01 0 0.41 0.60 61.43 0.26 0.32
Hex 66 67 3D 1 0 29 3C 3D 1A 20
Octal 146 147 75 1 0 51 74 75 32 40
Binary 1100110 1100111 111101 1 0 101001 111100 111101 11010 100000

Color Harmonies of #66673D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66673D

Black with #66673D

Text Example


Text Example

White with #66673D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66673D; }

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

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

background-color css

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

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

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

border-color css

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

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

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