Html Css Color HEX #6A3721 New Amber

📋 copy color: '#6A3721'

red 106 ◦ green 55 ◦ blue 33

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

Shades of New Amber #6A3721

Tints of New Amber #6A3721

RGB

 RED value IS 106 (41.8% from 255) = 54.64%

 GREEN value IS 55 (21.88% from 255) = 28.35%

 BLUE value IS 33 (13.28% from 255) = 17.01%

R = 54.64%
G = 28.35%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6A3721 (or 0x6A3721) is known color: New Amber. HEX triplet: 6A, 37 and 21. RGB value is (106,55,33). Sum of RGB (Red+Green+Blue) = 106+55+33=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3721 is #95C8DE. Grayscale: #434343. Windows color (decimal): -9816287 or 2176874. OLE color: 2176874.

HSL color Cylindrical-coordinate representation of color #6A3721: hue angle of 18.08º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A3721 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 55 33 -
CMYK 0 0.48 0.69 0.58
HSL 18.08º 0.53% 0.27% -
HSV(B) 18.08º 0.69% 0.42% -
XYZ 7.58 5.91 2.18 -
YUV 67.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 106 55 33 0 0.48 0.69 0.58 18.08 0.53 0.27
Hex 6A 37 21 0 30 45 3A 12 35 1B
Octal 152 67 41 0 60 105 72 22 65 33
Binary 1101010 110111 100001 0 110000 1000101 111010 10010 110101 11011

Color Harmonies of #6A3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3721

Black with #6A3721

Text Example


Text Example

White with #6A3721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,33); }

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

background-color css

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

 a { background-color: rgb(106,55,33); }

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

border-color css

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

 span { border-color: rgb(106,55,33); }

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