Html Css Color HEX #6C451B Antique Brass

📋 copy color: '#6C451B'

red 108 ◦ green 69 ◦ blue 27

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

Shades of Antique Brass #6C451B

Tints of Antique Brass #6C451B

RGB

 RED value IS 108 (42.58% from 255) = 52.94%

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 27 (10.94% from 255) = 13.24%

R = 52.94%
G = 33.82%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6C451B (or 0x6C451B) is known color: Antique Brass. HEX triplet: 6C, 45 and 1B. RGB value is (108,69,27). Sum of RGB (Red+Green+Blue) = 108+69+27=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C451B is #93BAE4. Grayscale: #4C4C4C. Windows color (decimal): -9681637 or 1787244. OLE color: 1787244.

HSL color Cylindrical-coordinate representation of color #6C451B: hue angle of 31.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C451B is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 69 27 -
CMYK 0 0.36 0.75 0.58
HSL 31.11º 0.6% 0.26% -
HSV(B) 31.11º 0.75% 0.42% -
XYZ 8.51 7.52 2.04 -
YUV 75.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 108 69 27 0 0.36 0.75 0.58 31.11 0.6 0.26
Hex 6C 45 1B 0 24 4B 3A 1F 3C 1A
Octal 154 105 33 0 44 113 72 37 74 32
Binary 1101100 1000101 11011 0 100100 1001011 111010 11111 111100 11010

Color Harmonies of #6C451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C451B

Black with #6C451B

Text Example


Text Example

White with #6C451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C451B; }

 p { color: rgb(108,69,27); }

 H1.HeaderClassName
 {
   color: #6C451B;
 }
 .AnyTagClassName
 {
   color: #6C451B;
 }
</style>

background-color css

<style>
 a { background-color: #6C451B; }

 a { background-color: rgb(108,69,27); }

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

border-color css

<style>
 span { border-color: #6C451B; }

 span { border-color: rgb(108,69,27); }

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