Html Css Color HEX #6D361D New Amber

📋 copy color: '#6D361D'

red 109 ◦ green 54 ◦ blue 29

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

Shades of New Amber #6D361D

Tints of New Amber #6D361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.1%

R = 56.77%
G = 28.13%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D361D (or 0x6D361D) is known color: New Amber. HEX triplet: 6D, 36 and 1D. RGB value is (109,54,29). Sum of RGB (Red+Green+Blue) = 109+54+29=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D361D is #92C9E2. Grayscale: #434343. Windows color (decimal): -9619939 or 1914477. OLE color: 1914477.

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

Color convert

RGB 109 54 29 -
CMYK 0 0.50 0.73 0.57
HSL 18.75º 0.58% 0.27% -
HSV(B) 18.75º 0.73% 0.43% -
XYZ 7.85 5.98 1.9 -
YUV 67.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 109 54 29 0 0.50 0.73 0.57 18.75 0.58 0.27
Hex 6D 36 1D 0 32 49 39 13 3A 1B
Octal 155 66 35 0 62 111 71 23 72 33
Binary 1101101 110110 11101 0 110010 1001001 111001 10011 111010 11011

Color Harmonies of #6D361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D361D

Black with #6D361D

Text Example


Text Example

White with #6D361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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