Html Css Color HEX #664314 Antique Brass

📋 copy color: '#664314'

red 102 ◦ green 67 ◦ blue 20

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

Shades of Antique Brass #664314

Tints of Antique Brass #664314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.58%

R = 53.97%
G = 35.45%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#664314 (or 0x664314) is known color: Antique Brass. HEX triplet: 66, 43 and 14. RGB value is (102,67,20). Sum of RGB (Red+Green+Blue) = 102+67+20=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664314 is #99BCEB. Grayscale: #484848. Windows color (decimal): -10075372 or 1327974. OLE color: 1327974.

HSL color Cylindrical-coordinate representation of color #664314: hue angle of 34.39º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #664314 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 20 -
CMYK 0 0.34 0.80 0.6
HSL 34.39º 0.67% 0.24% -
HSV(B) 34.39º 0.8% 0.4% -
XYZ 7.61 6.89 1.59 -
YUV 72.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 102 67 20 0 0.34 0.80 0.6 34.39 0.67 0.24
Hex 66 43 14 0 22 50 3C 22 43 18
Octal 146 103 24 0 42 120 74 42 103 30
Binary 1100110 1000011 10100 0 100010 1010000 111100 100010 1000011 11000

Color Harmonies of #664314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664314

Black with #664314

Text Example


Text Example

White with #664314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664314; }

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

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

background-color css

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

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

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

border-color css

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

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

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