Html Css Color HEX #6D3928 New Amber

📋 copy color: '#6D3928'

red 109 ◦ green 57 ◦ blue 40

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

Shades of New Amber #6D3928

Tints of New Amber #6D3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 52.91%
G = 27.67%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D3928 (or 0x6D3928) is known color: New Amber. HEX triplet: 6D, 39 and 28. RGB value is (109,57,40). Sum of RGB (Red+Green+Blue) = 109+57+40=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3928 is #92C6D7. Grayscale: #464646. Windows color (decimal): -9619160 or 2636141. OLE color: 2636141.

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

Color convert

RGB 109 57 40 -
CMYK 0 0.48 0.63 0.57
HSL 14.78º 0.46% 0.29% -
HSV(B) 14.78º 0.63% 0.43% -
XYZ 8.15 6.33 2.8 -
YUV 70.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 109 57 40 0 0.48 0.63 0.57 14.78 0.46 0.29
Hex 6D 39 28 0 30 3F 39 F 2E 1D
Octal 155 71 50 0 60 77 71 17 56 35
Binary 1101101 111001 101000 0 110000 111111 111001 1111 101110 11101

Color Harmonies of #6D3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3928

Black with #6D3928

Text Example


Text Example

White with #6D3928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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