Html Css Color HEX #6D331D New Amber

📋 copy color: '#6D331D'

red 109 ◦ green 51 ◦ blue 29

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

Shades of New Amber #6D331D

Tints of New Amber #6D331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

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

R = 57.67%
G = 26.98%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#6D331D (or 0x6D331D) is known color: New Amber. HEX triplet: 6D, 33 and 1D. RGB value is (109,51,29). Sum of RGB (Red+Green+Blue) = 109+51+29=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D331D is #92CCE2. Grayscale: #414141. Windows color (decimal): -9620707 or 1913709. OLE color: 1913709.

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

Color convert

RGB 109 51 29 -
CMYK 0 0.53 0.73 0.57
HSL 16.5º 0.58% 0.27% -
HSV(B) 16.5º 0.73% 0.43% -
XYZ 7.71 5.71 1.86 -
YUV 65.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 109 51 29 0 0.53 0.73 0.57 16.5 0.58 0.27
Hex 6D 33 1D 0 35 49 39 10 3A 1B
Octal 155 63 35 0 65 111 71 20 72 33
Binary 1101101 110011 11101 0 110101 1001001 111001 10000 111010 11011

Color Harmonies of #6D331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D331D

Black with #6D331D

Text Example


Text Example

White with #6D331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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