Html Css Color HEX #68421A Antique Brass

📋 copy color: '#68421A'

red 104 ◦ green 66 ◦ blue 26

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

Shades of Antique Brass #68421A

Tints of Antique Brass #68421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.67%

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

R = 53.06%
G = 33.67%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#68421A (or 0x68421A) is known color: Antique Brass. HEX triplet: 68, 42 and 1A. RGB value is (104,66,26). Sum of RGB (Red+Green+Blue) = 104+66+26=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68421A is #97BDE5. Grayscale: #494949. Windows color (decimal): -9944550 or 1720936. OLE color: 1720936.

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

Color convert

RGB 104 66 26 -
CMYK 0 0.37 0.75 0.59
HSL 30.77º 0.6% 0.25% -
HSV(B) 30.77º 0.75% 0.41% -
XYZ 7.84 6.91 1.9 -
YUV 72.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 104 66 26 0 0.37 0.75 0.59 30.77 0.6 0.25
Hex 68 42 1A 0 25 4B 3B 1F 3C 19
Octal 150 102 32 0 45 113 73 37 74 31
Binary 1101000 1000010 11010 0 100101 1001011 111011 11111 111100 11001

Color Harmonies of #68421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68421A

Black with #68421A

Text Example


Text Example

White with #68421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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