Html Css Color HEX #69401A Antique Brass

📋 copy color: '#69401A'

red 105 ◦ green 64 ◦ blue 26

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

Shades of Antique Brass #69401A

Tints of Antique Brass #69401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 53.85%
G = 32.82%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#69401A (or 0x69401A) is known color: Antique Brass. HEX triplet: 69, 40 and 1A. RGB value is (105,64,26). Sum of RGB (Red+Green+Blue) = 105+64+26=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #69401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69401A is #96BFE5. Grayscale: #484848. Windows color (decimal): -9879526 or 1720425. OLE color: 1720425.

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

Color convert

RGB 105 64 26 -
CMYK 0 0.39 0.75 0.59
HSL 28.86º 0.6% 0.26% -
HSV(B) 28.86º 0.75% 0.41% -
XYZ 7.85 6.74 1.87 -
YUV 71.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 105 64 26 0 0.39 0.75 0.59 28.86 0.6 0.26
Hex 69 40 1A 0 27 4B 3B 1D 3C 1A
Octal 151 100 32 0 47 113 73 35 74 32
Binary 1101001 1000000 11010 0 100111 1001011 111011 11101 111100 11010

Color Harmonies of #69401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69401A

Black with #69401A

Text Example


Text Example

White with #69401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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