Html Css Color HEX #6D3620 New Amber

📋 copy color: '#6D3620'

red 109 ◦ green 54 ◦ blue 32

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

Shades of New Amber #6D3620

Tints of New Amber #6D3620

RGB

 RED value IS 109 (42.97% from 255) = 55.9%

 GREEN value IS 54 (21.48% from 255) = 27.69%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 55.9%
G = 27.69%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D3620 (or 0x6D3620) is known color: New Amber. HEX triplet: 6D, 36 and 20. RGB value is (109,54,32). Sum of RGB (Red+Green+Blue) = 109+54+32=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3620 is #92C9DF. Grayscale: #444444. Windows color (decimal): -9619936 or 2111085. OLE color: 2111085.

HSL color Cylindrical-coordinate representation of color #6D3620: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D3620 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 54 32 -
CMYK 0 0.50 0.71 0.57
HSL 17.14º 0.55% 0.28% -
HSV(B) 17.14º 0.71% 0.43% -
XYZ 7.89 5.99 2.11 -
YUV 67.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 109 54 32 0 0.50 0.71 0.57 17.14 0.55 0.28
Hex 6D 36 20 0 32 47 39 11 37 1C
Octal 155 66 40 0 62 107 71 21 67 34
Binary 1101101 110110 100000 0 110010 1000111 111001 10001 110111 11100

Color Harmonies of #6D3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3620

Black with #6D3620

Text Example


Text Example

White with #6D3620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,54,32); }

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

background-color css

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

 a { background-color: rgb(109,54,32); }

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

border-color css

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

 span { border-color: rgb(109,54,32); }

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