Html Css Color HEX #69441A Antique Brass

📋 copy color: '#69441A'

red 105 ◦ green 68 ◦ blue 26

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

Shades of Antique Brass #69441A

Tints of Antique Brass #69441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

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

R = 52.76%
G = 34.17%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69441A (or 0x69441A) is known color: Antique Brass. HEX triplet: 69, 44 and 1A. RGB value is (105,68,26). Sum of RGB (Red+Green+Blue) = 105+68+26=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69441A is #96BBE5. Grayscale: #4A4A4A. Windows color (decimal): -9878502 or 1721449. OLE color: 1721449.

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

Color convert

RGB 105 68 26 -
CMYK 0 0.35 0.75 0.59
HSL 31.9º 0.6% 0.26% -
HSV(B) 31.9º 0.75% 0.41% -
XYZ 8.08 7.21 1.94 -
YUV 74.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 105 68 26 0 0.35 0.75 0.59 31.9 0.6 0.26
Hex 69 44 1A 0 23 4B 3B 20 3C 1A
Octal 151 104 32 0 43 113 73 40 74 32
Binary 1101001 1000100 11010 0 100011 1001011 111011 100000 111100 11010

Color Harmonies of #69441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69441A

Black with #69441A

Text Example


Text Example

White with #69441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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