Html Css Color HEX #66613B Verdigris

📋 copy color: '#66613B'

red 102 ◦ green 97 ◦ blue 59

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

Shades of Verdigris #66613B

Tints of Verdigris #66613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.87%

R = 39.53%
G = 37.6%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.6

RGB Variations

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

Color information

#66613B (or 0x66613B) is known color: Verdigris. HEX triplet: 66, 61 and 3B. RGB value is (102,97,59). Sum of RGB (Red+Green+Blue) = 102+97+59=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66613B is #999EC4. Grayscale: #5E5E5E. Windows color (decimal): -10067653 or 3891558. OLE color: 3891558.

HSL color Cylindrical-coordinate representation of color #66613B: hue angle of 53.02º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66613B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 97 59 -
CMYK 0 0.05 0.42 0.6
HSL 53.02º 0.27% 0.32% -
HSV(B) 53.02º 0.42% 0.4% -
XYZ 10.54 11.69 5.84 -
YUV 94.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 102 97 59 0 0.05 0.42 0.6 53.02 0.27 0.32
Hex 66 61 3B 0 5 2A 3C 35 1B 20
Octal 146 141 73 0 5 52 74 65 33 40
Binary 1100110 1100001 111011 0 101 101010 111100 110101 11011 100000

Color Harmonies of #66613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66613B

Black with #66613B

Text Example


Text Example

White with #66613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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