Html Css Color HEX #69421A Antique Brass

📋 copy color: '#69421A'

red 105 ◦ green 66 ◦ blue 26

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

Shades of Antique Brass #69421A

Tints of Antique Brass #69421A

RGB

 RED value IS 105 (41.41% from 255) = 53.3%

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

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

R = 53.3%
G = 33.5%
B = 13.2%

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

#69421A (or 0x69421A) is known color: Antique Brass. HEX triplet: 69, 42 and 1A. RGB value is (105,66,26). Sum of RGB (Red+Green+Blue) = 105+66+26=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #69421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69421A is #96BDE5. Grayscale: #494949. Windows color (decimal): -9879014 or 1720937. OLE color: 1720937.

HSL color Cylindrical-coordinate representation of color #69421A: hue angle of 30.38º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69421A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 66 26 -
CMYK 0 0.37 0.75 0.59
HSL 30.38º 0.6% 0.26% -
HSV(B) 30.38º 0.75% 0.41% -
XYZ 7.96 6.97 1.9 -
YUV 73.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 105 66 26 0 0.37 0.75 0.59 30.38 0.6 0.26
Hex 69 42 1A 0 25 4B 3B 1E 3C 1A
Octal 151 102 32 0 45 113 73 36 74 32
Binary 1101001 1000010 11010 0 100101 1001011 111011 11110 111100 11010

Color Harmonies of #69421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69421A

Black with #69421A

Text Example


Text Example

White with #69421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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