Html Css Color HEX #67481F Antique Brass

📋 copy color: '#67481F'

red 103 ◦ green 72 ◦ blue 31

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

Shades of Antique Brass #67481F

Tints of Antique Brass #67481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 50%
G = 34.95%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67481F (or 0x67481F) is known color: Antique Brass. HEX triplet: 67, 48 and 1F. RGB value is (103,72,31). Sum of RGB (Red+Green+Blue) = 103+72+31=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #67481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67481F is #98B7E0. Grayscale: #4C4C4C. Windows color (decimal): -10008545 or 2050151. OLE color: 2050151.

HSL color Cylindrical-coordinate representation of color #67481F: hue angle of 34.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67481F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 72 31 -
CMYK 0 0.30 0.70 0.60
HSL 34.17º 0.54% 0.26% -
HSV(B) 34.17º 0.7% 0.4% -
XYZ 8.16 7.62 2.34 -
YUV 76.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 103 72 31 0 0.30 0.70 0.60 34.17 0.54 0.26
Hex 67 48 1F 0 1E 46 3C 22 36 1A
Octal 147 110 37 0 36 106 74 42 66 32
Binary 1100111 1001000 11111 0 11110 1000110 111100 100010 110110 11010

Color Harmonies of #67481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67481F

Black with #67481F

Text Example


Text Example

White with #67481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67481F; }

 p { color: rgb(103,72,31); }

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

background-color css

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

 a { background-color: rgb(103,72,31); }

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

border-color css

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

 span { border-color: rgb(103,72,31); }

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