Html Css Color HEX #6B4118 Antique Brass

📋 copy color: '#6B4118'

red 107 ◦ green 65 ◦ blue 24

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

Shades of Antique Brass #6B4118

Tints of Antique Brass #6B4118

RGB

 RED value IS 107 (42.19% from 255) = 54.59%

 GREEN value IS 65 (25.78% from 255) = 33.16%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 54.59%
G = 33.16%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6B4118 (or 0x6B4118) is known color: Antique Brass. HEX triplet: 6B, 41 and 18. RGB value is (107,65,24). Sum of RGB (Red+Green+Blue) = 107+65+24=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4118 is #94BEE7. Grayscale: #494949. Windows color (decimal): -9748200 or 1589611. OLE color: 1589611.

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

Color convert

RGB 107 65 24 -
CMYK 0 0.39 0.78 0.58
HSL 29.64º 0.63% 0.26% -
HSV(B) 29.64º 0.78% 0.42% -
XYZ 8.12 6.97 1.78 -
YUV 72.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 107 65 24 0 0.39 0.78 0.58 29.64 0.63 0.26
Hex 6B 41 18 0 27 4E 3A 1E 3F 1A
Octal 153 101 30 0 47 116 72 36 77 32
Binary 1101011 1000001 11000 0 100111 1001110 111010 11110 111111 11010

Color Harmonies of #6B4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4118

Black with #6B4118

Text Example


Text Example

White with #6B4118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,24); }

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

background-color css

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

 a { background-color: rgb(107,65,24); }

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

border-color css

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

 span { border-color: rgb(107,65,24); }

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