Html Css Color HEX #68481C Antique Brass

📋 copy color: '#68481C'

red 104 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #68481C

Tints of Antique Brass #68481C

RGB

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

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

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

R = 50.98%
G = 35.29%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68481C (or 0x68481C) is known color: Antique Brass. HEX triplet: 68, 48 and 1C. RGB value is (104,72,28). Sum of RGB (Red+Green+Blue) = 104+72+28=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68481C is #97B7E3. Grayscale: #4C4C4C. Windows color (decimal): -9943012 or 1853544. OLE color: 1853544.

HSL color Cylindrical-coordinate representation of color #68481C: hue angle of 34.74º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68481C is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 72 28 -
CMYK 0 0.31 0.73 0.59
HSL 34.74º 0.58% 0.26% -
HSV(B) 34.74º 0.73% 0.41% -
XYZ 8.24 7.66 2.14 -
YUV 76.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 104 72 28 0 0.31 0.73 0.59 34.74 0.58 0.26
Hex 68 48 1C 0 1F 49 3B 23 3A 1A
Octal 150 110 34 0 37 111 73 43 72 32
Binary 1101000 1001000 11100 0 11111 1001001 111011 100011 111010 11010

Color Harmonies of #68481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68481C

Black with #68481C

Text Example


Text Example

White with #68481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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