Html Css Color HEX #69431F Antique Brass

📋 copy color: '#69431F'

red 105 ◦ green 67 ◦ blue 31

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

Shades of Antique Brass #69431F

Tints of Antique Brass #69431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 51.72%
G = 33%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69431F (or 0x69431F) is known color: Antique Brass. HEX triplet: 69, 43 and 1F. RGB value is (105,67,31). Sum of RGB (Red+Green+Blue) = 105+67+31=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69431F is #96BCE0. Grayscale: #4A4A4A. Windows color (decimal): -9878753 or 2048873. OLE color: 2048873.

HSL color Cylindrical-coordinate representation of color #69431F: hue angle of 29.19º 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 #69431F is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 67 31 -
CMYK 0 0.36 0.70 0.59
HSL 29.19º 0.54% 0.27% -
HSV(B) 29.19º 0.7% 0.41% -
XYZ 8.08 7.12 2.24 -
YUV 74.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 105 67 31 0 0.36 0.70 0.59 29.19 0.54 0.27
Hex 69 43 1F 0 24 46 3B 1D 36 1B
Octal 151 103 37 0 44 106 73 35 66 33
Binary 1101001 1000011 11111 0 100100 1000110 111011 11101 110110 11011

Color Harmonies of #69431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69431F

Black with #69431F

Text Example


Text Example

White with #69431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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