Html Css Color HEX #6D331A New Amber

📋 copy color: '#6D331A'

red 109 ◦ green 51 ◦ blue 26

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

Shades of New Amber #6D331A

Tints of New Amber #6D331A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 58.6%
G = 27.42%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6D331A (or 0x6D331A) is known color: New Amber. HEX triplet: 6D, 33 and 1A. RGB value is (109,51,26). Sum of RGB (Red+Green+Blue) = 109+51+26=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D331A is #92CCE5. Grayscale: #414141. Windows color (decimal): -9620710 or 1717101. OLE color: 1717101.

HSL color Cylindrical-coordinate representation of color #6D331A: hue angle of 18.07º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D331A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 51 26 -
CMYK 0 0.53 0.76 0.57
HSL 18.07º 0.61% 0.26% -
HSV(B) 18.07º 0.76% 0.43% -
XYZ 7.68 5.69 1.67 -
YUV 65.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 109 51 26 0 0.53 0.76 0.57 18.07 0.61 0.26
Hex 6D 33 1A 0 35 4C 39 12 3D 1A
Octal 155 63 32 0 65 114 71 22 75 32
Binary 1101101 110011 11010 0 110101 1001100 111001 10010 111101 11010

Color Harmonies of #6D331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D331A

Black with #6D331A

Text Example


Text Example

White with #6D331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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