Html Css Color HEX #68461F Antique Brass

📋 copy color: '#68461F'

red 104 ◦ green 70 ◦ blue 31

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

Shades of Antique Brass #68461F

Tints of Antique Brass #68461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 50.73%
G = 34.15%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68461F (or 0x68461F) is known color: Antique Brass. HEX triplet: 68, 46 and 1F. RGB value is (104,70,31). Sum of RGB (Red+Green+Blue) = 104+70+31=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68461F is #97B9E0. Grayscale: #4B4B4B. Windows color (decimal): -9943521 or 2049640. OLE color: 2049640.

HSL color Cylindrical-coordinate representation of color #68461F: hue angle of 32.05º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68461F is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 70 31 -
CMYK 0 0.33 0.70 0.59
HSL 32.05º 0.54% 0.26% -
HSV(B) 32.05º 0.7% 0.41% -
XYZ 8.15 7.42 2.3 -
YUV 75.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 104 70 31 0 0.33 0.70 0.59 32.05 0.54 0.26
Hex 68 46 1F 0 21 46 3B 20 36 1A
Octal 150 106 37 0 41 106 73 40 66 32
Binary 1101000 1000110 11111 0 100001 1000110 111011 100000 110110 11010

Color Harmonies of #68461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68461F

Black with #68461F

Text Example


Text Example

White with #68461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68461F; }

 p { color: rgb(104,70,31); }

 H1.HeaderClassName
 {
   color: #68461F;
 }
 .AnyTagClassName
 {
   color: #68461F;
 }
</style>

background-color css

<style>
 a { background-color: #68461F; }

 a { background-color: rgb(104,70,31); }

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

border-color css

<style>
 span { border-color: #68461F; }

 span { border-color: rgb(104,70,31); }

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