Html Css Color HEX #66613C Verdigris

📋 copy color: '#66613C'

red 102 ◦ green 97 ◦ blue 60

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

Shades of Verdigris #66613C

Tints of Verdigris #66613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.45%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 39.38%
G = 37.45%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.6

RGB Variations

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

Color information

#66613C (or 0x66613C) is known color: Verdigris. HEX triplet: 66, 61 and 3C. RGB value is (102,97,60). Sum of RGB (Red+Green+Blue) = 102+97+60=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66613C is #999EC3. Grayscale: #5E5E5E. Windows color (decimal): -10067652 or 3957094. OLE color: 3957094.

HSL color Cylindrical-coordinate representation of color #66613C: hue angle of 52.86º 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 #66613C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 60 -
CMYK 0 0.05 0.41 0.6
HSL 52.86º 0.26% 0.32% -
HSV(B) 52.86º 0.41% 0.4% -
XYZ 10.57 11.7 5.98 -
YUV 94.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 102 97 60 0 0.05 0.41 0.6 52.86 0.26 0.32
Hex 66 61 3C 0 5 29 3C 35 1A 20
Octal 146 141 74 0 5 51 74 65 32 40
Binary 1100110 1100001 111100 0 101 101001 111100 110101 11010 100000

Color Harmonies of #66613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66613C

Black with #66613C

Text Example


Text Example

White with #66613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66613C; }

 p { color: rgb(102,97,60); }

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

background-color css

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

 a { background-color: rgb(102,97,60); }

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

border-color css

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

 span { border-color: rgb(102,97,60); }

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