Html Css Color HEX #6D3A28 New Amber

📋 copy color: '#6D3A28'

red 109 ◦ green 58 ◦ blue 40

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

Shades of New Amber #6D3A28

Tints of New Amber #6D3A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.02%

 BLUE value IS 40 (16.02% from 255) = 19.32%

R = 52.66%
G = 28.02%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D3A28 (or 0x6D3A28) is known color: New Amber. HEX triplet: 6D, 3A and 28. RGB value is (109,58,40). Sum of RGB (Red+Green+Blue) = 109+58+40=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A28 is #92C5D7. Grayscale: #474747. Windows color (decimal): -9618904 or 2636397. OLE color: 2636397.

HSL color Cylindrical-coordinate representation of color #6D3A28: hue angle of 15.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D3A28 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 58 40 -
CMYK 0 0.47 0.63 0.57
HSL 15.65º 0.46% 0.29% -
HSV(B) 15.65º 0.63% 0.43% -
XYZ 8.2 6.43 2.82 -
YUV 71.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 109 58 40 0 0.47 0.63 0.57 15.65 0.46 0.29
Hex 6D 3A 28 0 2F 3F 39 10 2E 1D
Octal 155 72 50 0 57 77 71 20 56 35
Binary 1101101 111010 101000 0 101111 111111 111001 10000 101110 11101

Color Harmonies of #6D3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A28

Black with #6D3A28

Text Example


Text Example

White with #6D3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,58,40); }

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

background-color css

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

 a { background-color: rgb(109,58,40); }

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

border-color css

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

 span { border-color: rgb(109,58,40); }

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