Html Css Color HEX #69431C Antique Brass

📋 copy color: '#69431C'

red 105 ◦ green 67 ◦ blue 28

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

Shades of Antique Brass #69431C

Tints of Antique Brass #69431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14%

R = 52.5%
G = 33.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#69431C (or 0x69431C) is known color: Antique Brass. HEX triplet: 69, 43 and 1C. RGB value is (105,67,28). Sum of RGB (Red+Green+Blue) = 105+67+28=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69431C is #96BCE3. Grayscale: #4A4A4A. Windows color (decimal): -9878756 or 1852265. OLE color: 1852265.

HSL color Cylindrical-coordinate representation of color #69431C: hue angle of 30.39º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #69431C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 67 28 -
CMYK 0 0.36 0.73 0.59
HSL 30.39º 0.58% 0.26% -
HSV(B) 30.39º 0.73% 0.41% -
XYZ 8.04 7.1 2.05 -
YUV 73.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 105 67 28 0 0.36 0.73 0.59 30.39 0.58 0.26
Hex 69 43 1C 0 24 49 3B 1E 3A 1A
Octal 151 103 34 0 44 111 73 36 72 32
Binary 1101001 1000011 11100 0 100100 1001001 111011 11110 111010 11010

Color Harmonies of #69431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69431C

Black with #69431C

Text Example


Text Example

White with #69431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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