Html Css Color HEX #66633D Verdigris

📋 copy color: '#66633D'

red 102 ◦ green 99 ◦ blue 61

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

Shades of Verdigris #66633D

Tints of Verdigris #66633D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 38.93%
G = 37.79%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66633D (or 0x66633D) is known color: Verdigris. HEX triplet: 66, 63 and 3D. RGB value is (102,99,61). Sum of RGB (Red+Green+Blue) = 102+99+61=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #66633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633D is #999CC2. Grayscale: #5F5F5F. Windows color (decimal): -10067139 or 4023142. OLE color: 4023142.

HSL color Cylindrical-coordinate representation of color #66633D: hue angle of 55.61º 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 #66633D is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 99 61 -
CMYK 0 0.03 0.40 0.6
HSL 55.61º 0.25% 0.32% -
HSV(B) 55.61º 0.4% 0.4% -
XYZ 10.78 12.09 6.18 -
YUV 95.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 102 99 61 0 0.03 0.40 0.6 55.61 0.25 0.32
Hex 66 63 3D 0 3 28 3C 38 19 20
Octal 146 143 75 0 3 50 74 70 31 40
Binary 1100110 1100011 111101 0 11 101000 111100 111000 11001 100000

Color Harmonies of #66633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66633D

Black with #66633D

Text Example


Text Example

White with #66633D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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