Html Css Color HEX #664616 Antique Brass

📋 copy color: '#664616'

red 102 ◦ green 70 ◦ blue 22

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

Shades of Antique Brass #664616

Tints of Antique Brass #664616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.08%

 BLUE value IS 22 (8.98% from 255) = 11.34%

R = 52.58%
G = 36.08%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#664616 (or 0x664616) is known color: Antique Brass. HEX triplet: 66, 46 and 16. RGB value is (102,70,22). Sum of RGB (Red+Green+Blue) = 102+70+22=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #664616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664616 is #99B9E9. Grayscale: #4A4A4A. Windows color (decimal): -10074602 or 1459814. OLE color: 1459814.

HSL color Cylindrical-coordinate representation of color #664616: hue angle of 36º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #664616 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 22 -
CMYK 0 0.31 0.78 0.6
HSL 36º 0.65% 0.24% -
HSV(B) 36º 0.78% 0.4% -
XYZ 7.81 7.26 1.75 -
YUV 74.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 102 70 22 0 0.31 0.78 0.6 36 0.65 0.24
Hex 66 46 16 0 1F 4E 3C 24 41 18
Octal 146 106 26 0 37 116 74 44 101 30
Binary 1100110 1000110 10110 0 11111 1001110 111100 100100 1000001 11000

Color Harmonies of #664616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664616

Black with #664616

Text Example


Text Example

White with #664616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664616; }

 p { color: rgb(102,70,22); }

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

background-color css

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

 a { background-color: rgb(102,70,22); }

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

border-color css

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

 span { border-color: rgb(102,70,22); }

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