Html Css Color HEX #68491B Antique Brass

📋 copy color: '#68491B'

red 104 ◦ green 73 ◦ blue 27

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

Shades of Antique Brass #68491B

Tints of Antique Brass #68491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

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

R = 50.98%
G = 35.78%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#68491B (or 0x68491B) is known color: Antique Brass. HEX triplet: 68, 49 and 1B. RGB value is (104,73,27). Sum of RGB (Red+Green+Blue) = 104+73+27=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68491B is #97B6E4. Grayscale: #4D4D4D. Windows color (decimal): -9942757 or 1788264. OLE color: 1788264.

HSL color Cylindrical-coordinate representation of color #68491B: hue angle of 35.84º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68491B is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 27 -
CMYK 0 0.30 0.74 0.59
HSL 35.84º 0.59% 0.26% -
HSV(B) 35.84º 0.74% 0.41% -
XYZ 8.29 7.79 2.1 -
YUV 77.03 99.77 147.24 -
System Red Green Blue C M Y K H S L
Decimal 104 73 27 0 0.30 0.74 0.59 35.84 0.59 0.26
Hex 68 49 1B 0 1E 4A 3B 24 3B 1A
Octal 150 111 33 0 36 112 73 44 73 32
Binary 1101000 1001001 11011 0 11110 1001010 111011 100100 111011 11010

Color Harmonies of #68491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68491B

Black with #68491B

Text Example


Text Example

White with #68491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,73,27); }

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

background-color css

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

 a { background-color: rgb(104,73,27); }

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

border-color css

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

 span { border-color: rgb(104,73,27); }

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