Html Css Color HEX #68471A Antique Brass

📋 copy color: '#68471A'

red 104 ◦ green 71 ◦ blue 26

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

Shades of Antique Brass #68471A

Tints of Antique Brass #68471A

RGB

 RED value IS 104 (41.02% from 255) = 51.74%

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

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 51.74%
G = 35.32%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68471A (or 0x68471A) is known color: Antique Brass. HEX triplet: 68, 47 and 1A. RGB value is (104,71,26). Sum of RGB (Red+Green+Blue) = 104+71+26=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68471A is #97B8E5. Grayscale: #4B4B4B. Windows color (decimal): -9943270 or 1722216. OLE color: 1722216.

HSL color Cylindrical-coordinate representation of color #68471A: hue angle of 34.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68471A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 26 -
CMYK 0 0.32 0.75 0.59
HSL 34.62º 0.6% 0.25% -
HSV(B) 34.62º 0.75% 0.41% -
XYZ 8.15 7.52 2 -
YUV 75.74 99.93 148.16 -
System Red Green Blue C M Y K H S L
Decimal 104 71 26 0 0.32 0.75 0.59 34.62 0.6 0.25
Hex 68 47 1A 0 20 4B 3B 23 3C 19
Octal 150 107 32 0 40 113 73 43 74 31
Binary 1101000 1000111 11010 0 100000 1001011 111011 100011 111100 11001

Color Harmonies of #68471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68471A

Black with #68471A

Text Example


Text Example

White with #68471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68471A; }

 p { color: rgb(104,71,26); }

 H1.HeaderClassName
 {
   color: #68471A;
 }
 .AnyTagClassName
 {
   color: #68471A;
 }
</style>

background-color css

<style>
 a { background-color: #68471A; }

 a { background-color: rgb(104,71,26); }

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

border-color css

<style>
 span { border-color: #68471A; }

 span { border-color: rgb(104,71,26); }

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