Html Css Color HEX #6D3B27 New Amber

📋 copy color: '#6D3B27'

red 109 ◦ green 59 ◦ blue 39

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

Shades of New Amber #6D3B27

Tints of New Amber #6D3B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 52.66%
G = 28.5%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6D3B27 (or 0x6D3B27) is known color: New Amber. HEX triplet: 6D, 3B and 27. RGB value is (109,59,39). Sum of RGB (Red+Green+Blue) = 109+59+39=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B27 is #92C4D8. Grayscale: #474747. Windows color (decimal): -9618649 or 2571117. OLE color: 2571117.

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

Color convert

RGB 109 59 39 -
CMYK 0 0.46 0.64 0.57
HSL 17.14º 0.47% 0.29% -
HSV(B) 17.14º 0.64% 0.43% -
XYZ 8.24 6.53 2.74 -
YUV 71.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 109 59 39 0 0.46 0.64 0.57 17.14 0.47 0.29
Hex 6D 3B 27 0 2E 40 39 11 2F 1D
Octal 155 73 47 0 56 100 71 21 57 35
Binary 1101101 111011 100111 0 101110 1000000 111001 10001 101111 11101

Color Harmonies of #6D3B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3B27

Black with #6D3B27

Text Example


Text Example

White with #6D3B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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