Html Css Color HEX #69461A Antique Brass

📋 copy color: '#69461A'

red 105 ◦ green 70 ◦ blue 26

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

Shades of Antique Brass #69461A

Tints of Antique Brass #69461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

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

R = 52.24%
G = 34.83%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69461A (or 0x69461A) is known color: Antique Brass. HEX triplet: 69, 46 and 1A. RGB value is (105,70,26). Sum of RGB (Red+Green+Blue) = 105+70+26=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69461A is #96B9E5. Grayscale: #4B4B4B. Windows color (decimal): -9877990 or 1721961. OLE color: 1721961.

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

Color convert

RGB 105 70 26 -
CMYK 0 0.33 0.75 0.59
HSL 33.42º 0.6% 0.26% -
HSV(B) 33.42º 0.75% 0.41% -
XYZ 8.2 7.46 1.98 -
YUV 75.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 105 70 26 0 0.33 0.75 0.59 33.42 0.6 0.26
Hex 69 46 1A 0 21 4B 3B 21 3C 1A
Octal 151 106 32 0 41 113 73 41 74 32
Binary 1101001 1000110 11010 0 100001 1001011 111011 100001 111100 11010

Color Harmonies of #69461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69461A

Black with #69461A

Text Example


Text Example

White with #69461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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