Html Css Color HEX #67461B Antique Brass

📋 copy color: '#67461B'

red 103 ◦ green 70 ◦ blue 27

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

Shades of Antique Brass #67461B

Tints of Antique Brass #67461B

RGB

 RED value IS 103 (40.63% from 255) = 51.5%

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

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

R = 51.5%
G = 35%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67461B (or 0x67461B) is known color: Antique Brass. HEX triplet: 67, 46 and 1B. RGB value is (103,70,27). Sum of RGB (Red+Green+Blue) = 103+70+27=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #67461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67461B is #98B9E4. Grayscale: #4B4B4B. Windows color (decimal): -10009061 or 1787495. OLE color: 1787495.

HSL color Cylindrical-coordinate representation of color #67461B: hue angle of 33.95º 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 #67461B is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 70 27 -
CMYK 0 0.32 0.74 0.60
HSL 33.95º 0.58% 0.25% -
HSV(B) 33.95º 0.74% 0.4% -
XYZ 7.98 7.34 2.03 -
YUV 74.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 103 70 27 0 0.32 0.74 0.60 33.95 0.58 0.25
Hex 67 46 1B 0 20 4A 3C 22 3A 19
Octal 147 106 33 0 40 112 74 42 72 31
Binary 1100111 1000110 11011 0 100000 1001010 111100 100010 111010 11001

Color Harmonies of #67461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67461B

Black with #67461B

Text Example


Text Example

White with #67461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,70,27); }

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

background-color css

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

 a { background-color: rgb(103,70,27); }

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

border-color css

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

 span { border-color: rgb(103,70,27); }

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