Html Css Color HEX #67481C Antique Brass

📋 copy color: '#67481C'

red 103 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #67481C

Tints of Antique Brass #67481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 50.74%
G = 35.47%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#67481C (or 0x67481C) is known color: Antique Brass. HEX triplet: 67, 48 and 1C. RGB value is (103,72,28). Sum of RGB (Red+Green+Blue) = 103+72+28=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67481C is #98B7E3. Grayscale: #4C4C4C. Windows color (decimal): -10008548 or 1853543. OLE color: 1853543.

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

Color convert

RGB 103 72 28 -
CMYK 0 0.30 0.73 0.60
HSL 35.2º 0.57% 0.26% -
HSV(B) 35.2º 0.73% 0.4% -
XYZ 8.12 7.6 2.14 -
YUV 76.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 103 72 28 0 0.30 0.73 0.60 35.2 0.57 0.26
Hex 67 48 1C 0 1E 49 3C 23 39 1A
Octal 147 110 34 0 36 111 74 43 71 32
Binary 1100111 1001000 11100 0 11110 1001001 111100 100011 111001 11010

Color Harmonies of #67481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67481C

Black with #67481C

Text Example


Text Example

White with #67481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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