Html Css Color HEX #69441F Antique Brass

📋 copy color: '#69441F'

red 105 ◦ green 68 ◦ blue 31

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

Shades of Antique Brass #69441F

Tints of Antique Brass #69441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.2%

R = 51.47%
G = 33.33%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69441F (or 0x69441F) is known color: Antique Brass. HEX triplet: 69, 44 and 1F. RGB value is (105,68,31). Sum of RGB (Red+Green+Blue) = 105+68+31=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69441F is #96BBE0. Grayscale: #4B4B4B. Windows color (decimal): -9878497 or 2049129. OLE color: 2049129.

HSL color Cylindrical-coordinate representation of color #69441F: hue angle of 30º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69441F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 31 -
CMYK 0 0.35 0.70 0.59
HSL 30º 0.54% 0.27% -
HSV(B) 30º 0.7% 0.41% -
XYZ 8.14 7.24 2.26 -
YUV 74.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 105 68 31 0 0.35 0.70 0.59 30 0.54 0.27
Hex 69 44 1F 0 23 46 3B 1E 36 1B
Octal 151 104 37 0 43 106 73 36 66 33
Binary 1101001 1000100 11111 0 100011 1000110 111011 11110 110110 11011

Color Harmonies of #69441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69441F

Black with #69441F

Text Example


Text Example

White with #69441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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