Html Css Color HEX #664315 Antique Brass

📋 copy color: '#664315'

red 102 ◦ green 67 ◦ blue 21

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

Shades of Antique Brass #664315

Tints of Antique Brass #664315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 53.68%
G = 35.26%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#664315 (or 0x664315) is known color: Antique Brass. HEX triplet: 66, 43 and 15. RGB value is (102,67,21). Sum of RGB (Red+Green+Blue) = 102+67+21=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664315 is #99BCEA. Grayscale: #484848. Windows color (decimal): -10075371 or 1393510. OLE color: 1393510.

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

Color convert

RGB 102 67 21 -
CMYK 0 0.34 0.79 0.6
HSL 34.07º 0.66% 0.24% -
HSV(B) 34.07º 0.79% 0.4% -
XYZ 7.62 6.89 1.64 -
YUV 72.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 102 67 21 0 0.34 0.79 0.6 34.07 0.66 0.24
Hex 66 43 15 0 22 4F 3C 22 42 18
Octal 146 103 25 0 42 117 74 42 102 30
Binary 1100110 1000011 10101 0 100010 1001111 111100 100010 1000010 11000

Color Harmonies of #664315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664315

Black with #664315

Text Example


Text Example

White with #664315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664315; }

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

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

background-color css

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

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

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

border-color css

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

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

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