Html Css Color HEX #68431A Antique Brass

📋 copy color: '#68431A'

red 104 ◦ green 67 ◦ blue 26

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

Shades of Antique Brass #68431A

Tints of Antique Brass #68431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

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

R = 52.79%
G = 34.01%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68431A (or 0x68431A) is known color: Antique Brass. HEX triplet: 68, 43 and 1A. RGB value is (104,67,26). Sum of RGB (Red+Green+Blue) = 104+67+26=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68431A is #97BCE5. Grayscale: #494949. Windows color (decimal): -9944294 or 1721192. OLE color: 1721192.

HSL color Cylindrical-coordinate representation of color #68431A: hue angle of 31.54º 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 #68431A is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 67 26 -
CMYK 0 0.36 0.75 0.59
HSL 31.54º 0.6% 0.25% -
HSV(B) 31.54º 0.75% 0.41% -
XYZ 7.9 7.03 1.92 -
YUV 73.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 104 67 26 0 0.36 0.75 0.59 31.54 0.6 0.25
Hex 68 43 1A 0 24 4B 3B 20 3C 19
Octal 150 103 32 0 44 113 73 40 74 31
Binary 1101000 1000011 11010 0 100100 1001011 111011 100000 111100 11001

Color Harmonies of #68431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68431A

Black with #68431A

Text Example


Text Example

White with #68431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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