Html Css Color HEX #6D3820 New Amber

📋 copy color: '#6D3820'

red 109 ◦ green 56 ◦ blue 32

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

Shades of New Amber #6D3820

Tints of New Amber #6D3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 55.33%
G = 28.43%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6D3820 (or 0x6D3820) is known color: New Amber. HEX triplet: 6D, 38 and 20. RGB value is (109,56,32). Sum of RGB (Red+Green+Blue) = 109+56+32=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3820 is #92C7DF. Grayscale: #454545. Windows color (decimal): -9619424 or 2111597. OLE color: 2111597.

HSL color Cylindrical-coordinate representation of color #6D3820: hue angle of 18.7º 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 #6D3820 is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 56 32 -
CMYK 0 0.49 0.71 0.57
HSL 18.7º 0.55% 0.28% -
HSV(B) 18.7º 0.71% 0.43% -
XYZ 7.98 6.18 2.14 -
YUV 69.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 109 56 32 0 0.49 0.71 0.57 18.7 0.55 0.28
Hex 6D 38 20 0 31 47 39 13 37 1C
Octal 155 70 40 0 61 107 71 23 67 34
Binary 1101101 111000 100000 0 110001 1000111 111001 10011 110111 11100

Color Harmonies of #6D3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3820

Black with #6D3820

Text Example


Text Example

White with #6D3820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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