Html Css Color HEX #6D341B New Amber

📋 copy color: '#6D341B'

red 109 ◦ green 52 ◦ blue 27

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

Shades of New Amber #6D341B

Tints of New Amber #6D341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

 BLUE value IS 27 (10.94% from 255) = 14.36%

R = 57.98%
G = 27.66%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#6D341B (or 0x6D341B) is known color: New Amber. HEX triplet: 6D, 34 and 1B. RGB value is (109,52,27). Sum of RGB (Red+Green+Blue) = 109+52+27=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D341B is #92CBE4. Grayscale: #424242. Windows color (decimal): -9620453 or 1782893. OLE color: 1782893.

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

Color convert

RGB 109 52 27 -
CMYK 0 0.52 0.75 0.57
HSL 18.29º 0.6% 0.27% -
HSV(B) 18.29º 0.75% 0.43% -
XYZ 7.73 5.79 1.75 -
YUV 66.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 109 52 27 0 0.52 0.75 0.57 18.29 0.6 0.27
Hex 6D 34 1B 0 34 4B 39 12 3C 1B
Octal 155 64 33 0 64 113 71 22 74 33
Binary 1101101 110100 11011 0 110100 1001011 111001 10010 111100 11011

Color Harmonies of #6D341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D341B

Black with #6D341B

Text Example


Text Example

White with #6D341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,27); }

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

background-color css

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

 a { background-color: rgb(109,52,27); }

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

border-color css

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

 span { border-color: rgb(109,52,27); }

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