Html Css Color HEX #664316 Antique Brass

📋 copy color: '#664316'

red 102 ◦ green 67 ◦ blue 22

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

Shades of Antique Brass #664316

Tints of Antique Brass #664316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

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

R = 53.4%
G = 35.08%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#664316 (or 0x664316) is known color: Antique Brass. HEX triplet: 66, 43 and 16. RGB value is (102,67,22). Sum of RGB (Red+Green+Blue) = 102+67+22=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664316 is #99BCE9. Grayscale: #484848. Windows color (decimal): -10075370 or 1459046. OLE color: 1459046.

HSL color Cylindrical-coordinate representation of color #664316: hue angle of 33.75º 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 #664316 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 22 -
CMYK 0 0.34 0.78 0.6
HSL 33.75º 0.65% 0.24% -
HSV(B) 33.75º 0.78% 0.4% -
XYZ 7.63 6.9 1.69 -
YUV 72.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 102 67 22 0 0.34 0.78 0.6 33.75 0.65 0.24
Hex 66 43 16 0 22 4E 3C 22 41 18
Octal 146 103 26 0 42 116 74 42 101 30
Binary 1100110 1000011 10110 0 100010 1001110 111100 100010 1000001 11000

Color Harmonies of #664316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664316

Black with #664316

Text Example


Text Example

White with #664316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664316; }

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

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

background-color css

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

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

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

border-color css

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

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

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