Html Css Color HEX #6D3D27 New Amber

📋 copy color: '#6D3D27'

red 109 ◦ green 61 ◦ blue 39

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

Shades of New Amber #6D3D27

Tints of New Amber #6D3D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 39 (15.63% from 255) = 18.66%

R = 52.15%
G = 29.19%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6D3D27 (or 0x6D3D27) is known color: New Amber. HEX triplet: 6D, 3D and 27. RGB value is (109,61,39). Sum of RGB (Red+Green+Blue) = 109+61+39=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D27 is #92C2D8. Grayscale: #484848. Windows color (decimal): -9618137 or 2571629. OLE color: 2571629.

HSL color Cylindrical-coordinate representation of color #6D3D27: hue angle of 18.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D3D27 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 61 39 -
CMYK 0 0.44 0.64 0.57
HSL 18.86º 0.47% 0.29% -
HSV(B) 18.86º 0.64% 0.43% -
XYZ 8.34 6.74 2.78 -
YUV 72.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 109 61 39 0 0.44 0.64 0.57 18.86 0.47 0.29
Hex 6D 3D 27 0 2C 40 39 13 2F 1D
Octal 155 75 47 0 54 100 71 23 57 35
Binary 1101101 111101 100111 0 101100 1000000 111001 10011 101111 11101

Color Harmonies of #6D3D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3D27

Black with #6D3D27

Text Example


Text Example

White with #6D3D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,61,39); }

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

background-color css

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

 a { background-color: rgb(109,61,39); }

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

border-color css

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

 span { border-color: rgb(109,61,39); }

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