Html Css Color HEX #66653D Verdigris

📋 copy color: '#66653D'

red 102 ◦ green 101 ◦ blue 61

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

Shades of Verdigris #66653D

Tints of Verdigris #66653D

RGB

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

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

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

R = 38.64%
G = 38.26%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66653D (or 0x66653D) is known color: Verdigris. HEX triplet: 66, 65 and 3D. RGB value is (102,101,61). Sum of RGB (Red+Green+Blue) = 102+101+61=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #66653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66653D is #999AC2. Grayscale: #606060. Windows color (decimal): -10066627 or 4023654. OLE color: 4023654.

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

Color convert

RGB 102 101 61 -
CMYK 0 0.01 0.40 0.6
HSL 58.54º 0.25% 0.32% -
HSV(B) 58.54º 0.4% 0.4% -
XYZ 10.98 12.47 6.24 -
YUV 96.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 102 101 61 0 0.01 0.40 0.6 58.54 0.25 0.32
Hex 66 65 3D 0 1 28 3C 3B 19 20
Octal 146 145 75 0 1 50 74 73 31 40
Binary 1100110 1100101 111101 0 1 101000 111100 111011 11001 100000

Color Harmonies of #66653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66653D

Black with #66653D

Text Example


Text Example

White with #66653D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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