Html Css Color HEX #66471B Antique Brass

📋 copy color: '#66471B'

red 102 ◦ green 71 ◦ blue 27

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

Shades of Antique Brass #66471B

Tints of Antique Brass #66471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 51%
G = 35.5%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#66471B (or 0x66471B) is known color: Antique Brass. HEX triplet: 66, 47 and 1B. RGB value is (102,71,27). Sum of RGB (Red+Green+Blue) = 102+71+27=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66471B is #99B8E4. Grayscale: #4B4B4B. Windows color (decimal): -10074341 or 1787750. OLE color: 1787750.

HSL color Cylindrical-coordinate representation of color #66471B: hue angle of 35.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66471B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 27 -
CMYK 0 0.30 0.74 0.6
HSL 35.2º 0.58% 0.25% -
HSV(B) 35.2º 0.74% 0.4% -
XYZ 7.93 7.41 2.05 -
YUV 75.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 102 71 27 0 0.30 0.74 0.6 35.2 0.58 0.25
Hex 66 47 1B 0 1E 4A 3C 23 3A 19
Octal 146 107 33 0 36 112 74 43 72 31
Binary 1100110 1000111 11011 0 11110 1001010 111100 100011 111010 11001

Color Harmonies of #66471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66471B

Black with #66471B

Text Example


Text Example

White with #66471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66471B; }

 p { color: rgb(102,71,27); }

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

background-color css

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

 a { background-color: rgb(102,71,27); }

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

border-color css

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

 span { border-color: rgb(102,71,27); }

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