Html Css Color HEX #67471E Antique Brass

📋 copy color: '#67471E'

red 103 ◦ green 71 ◦ blue 30

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

Shades of Antique Brass #67471E

Tints of Antique Brass #67471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.8%

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 50.49%
G = 34.8%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#67471E (or 0x67471E) is known color: Antique Brass. HEX triplet: 67, 47 and 1E. RGB value is (103,71,30). Sum of RGB (Red+Green+Blue) = 103+71+30=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #67471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67471E is #98B8E1. Grayscale: #4C4C4C. Windows color (decimal): -10008802 or 1984359. OLE color: 1984359.

HSL color Cylindrical-coordinate representation of color #67471E: hue angle of 33.7º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #67471E is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 71 30 -
CMYK 0 0.31 0.71 0.60
HSL 33.7º 0.55% 0.26% -
HSV(B) 33.7º 0.71% 0.4% -
XYZ 8.08 7.48 2.25 -
YUV 75.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 103 71 30 0 0.31 0.71 0.60 33.7 0.55 0.26
Hex 67 47 1E 0 1F 47 3C 22 37 1A
Octal 147 107 36 0 37 107 74 42 67 32
Binary 1100111 1000111 11110 0 11111 1000111 111100 100010 110111 11010

Color Harmonies of #67471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67471E

Black with #67471E

Text Example


Text Example

White with #67471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67471E; }

 p { color: rgb(103,71,30); }

 H1.HeaderClassName
 {
   color: #67471E;
 }
 .AnyTagClassName
 {
   color: #67471E;
 }
</style>

background-color css

<style>
 a { background-color: #67471E; }

 a { background-color: rgb(103,71,30); }

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

border-color css

<style>
 span { border-color: #67471E; }

 span { border-color: rgb(103,71,30); }

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