Html Css Color HEX #664618 Antique Brass

📋 copy color: '#664618'

red 102 ◦ green 70 ◦ blue 24

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

Shades of Antique Brass #664618

Tints of Antique Brass #664618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 52.04%
G = 35.71%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#664618 (or 0x664618) is known color: Antique Brass. HEX triplet: 66, 46 and 18. RGB value is (102,70,24). Sum of RGB (Red+Green+Blue) = 102+70+24=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #664618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664618 is #99B9E7. Grayscale: #4A4A4A. Windows color (decimal): -10074600 or 1590886. OLE color: 1590886.

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

Color convert

RGB 102 70 24 -
CMYK 0 0.31 0.76 0.6
HSL 35.38º 0.62% 0.25% -
HSV(B) 35.38º 0.76% 0.4% -
XYZ 7.83 7.27 1.85 -
YUV 74.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 102 70 24 0 0.31 0.76 0.6 35.38 0.62 0.25
Hex 66 46 18 0 1F 4C 3C 23 3E 19
Octal 146 106 30 0 37 114 74 43 76 31
Binary 1100110 1000110 11000 0 11111 1001100 111100 100011 111110 11001

Color Harmonies of #664618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664618

Black with #664618

Text Example


Text Example

White with #664618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664618; }

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

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

background-color css

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

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

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

border-color css

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

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

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