Html Css Color HEX #68451F Antique Brass

📋 copy color: '#68451F'

red 104 ◦ green 69 ◦ blue 31

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

Shades of Antique Brass #68451F

Tints of Antique Brass #68451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

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

R = 50.98%
G = 33.82%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68451F (or 0x68451F) is known color: Antique Brass. HEX triplet: 68, 45 and 1F. RGB value is (104,69,31). Sum of RGB (Red+Green+Blue) = 104+69+31=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68451F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68451F is #97BAE0. Grayscale: #4B4B4B. Windows color (decimal): -9943777 or 2049384. OLE color: 2049384.

HSL color Cylindrical-coordinate representation of color #68451F: hue angle of 31.23º 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 #68451F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 31 -
CMYK 0 0.34 0.70 0.59
HSL 31.23º 0.54% 0.26% -
HSV(B) 31.23º 0.7% 0.41% -
XYZ 8.08 7.3 2.28 -
YUV 75.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 104 69 31 0 0.34 0.70 0.59 31.23 0.54 0.26
Hex 68 45 1F 0 22 46 3B 1F 36 1A
Octal 150 105 37 0 42 106 73 37 66 32
Binary 1101000 1000101 11111 0 100010 1000110 111011 11111 110110 11010

Color Harmonies of #68451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68451F

Black with #68451F

Text Example


Text Example

White with #68451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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