Html Css Color HEX #664B1B Antique Brass

📋 copy color: '#664B1B'

red 102 ◦ green 75 ◦ blue 27

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

Shades of Antique Brass #664B1B

Tints of Antique Brass #664B1B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 50%
G = 36.76%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#664B1B (or 0x664B1B) is known color: Antique Brass. HEX triplet: 66, 4B and 1B. RGB value is (102,75,27). Sum of RGB (Red+Green+Blue) = 102+75+27=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B1B is #99B4E4. Grayscale: #4D4D4D. Windows color (decimal): -10073317 or 1788774. OLE color: 1788774.

HSL color Cylindrical-coordinate representation of color #664B1B: hue angle of 38.4º 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 #664B1B is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 75 27 -
CMYK 0 0.26 0.74 0.6
HSL 38.4º 0.58% 0.25% -
HSV(B) 38.4º 0.74% 0.4% -
XYZ 8.19 7.94 2.14 -
YUV 77.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 102 75 27 0 0.26 0.74 0.6 38.4 0.58 0.25
Hex 66 4B 1B 0 1A 4A 3C 26 3A 19
Octal 146 113 33 0 32 112 74 46 72 31
Binary 1100110 1001011 11011 0 11010 1001010 111100 100110 111010 11001

Color Harmonies of #664B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B1B

Black with #664B1B

Text Example


Text Example

White with #664B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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