Html Css Color HEX #67481B Antique Brass

📋 copy color: '#67481B'

red 103 ◦ green 72 ◦ blue 27

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

Shades of Antique Brass #67481B

Tints of Antique Brass #67481B

RGB

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

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

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

R = 50.99%
G = 35.64%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#67481B (or 0x67481B) is known color: Antique Brass. HEX triplet: 67, 48 and 1B. RGB value is (103,72,27). Sum of RGB (Red+Green+Blue) = 103+72+27=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #67481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67481B is #98B7E4. Grayscale: #4C4C4C. Windows color (decimal): -10008549 or 1788007. OLE color: 1788007.

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

Color convert

RGB 103 72 27 -
CMYK 0 0.30 0.74 0.60
HSL 35.53º 0.58% 0.25% -
HSV(B) 35.53º 0.74% 0.4% -
XYZ 8.11 7.6 2.08 -
YUV 76.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 103 72 27 0 0.30 0.74 0.60 35.53 0.58 0.25
Hex 67 48 1B 0 1E 4A 3C 24 3A 19
Octal 147 110 33 0 36 112 74 44 72 31
Binary 1100111 1001000 11011 0 11110 1001010 111100 100100 111010 11001

Color Harmonies of #67481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67481B

Black with #67481B

Text Example


Text Example

White with #67481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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