Html Css Color HEX #6D3B1F New Amber

📋 copy color: '#6D3B1F'

red 109 ◦ green 59 ◦ blue 31

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

Shades of New Amber #6D3B1F

Tints of New Amber #6D3B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.65%

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 54.77%
G = 29.65%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#6D3B1F (or 0x6D3B1F) is known color: New Amber. HEX triplet: 6D, 3B and 1F. RGB value is (109,59,31). Sum of RGB (Red+Green+Blue) = 109+59+31=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3B1F is #92C4E0. Grayscale: #464646. Windows color (decimal): -9618657 or 2046829. OLE color: 2046829.

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

Color convert

RGB 109 59 31 -
CMYK 0 0.46 0.72 0.57
HSL 21.54º 0.56% 0.27% -
HSV(B) 21.54º 0.72% 0.43% -
XYZ 8.12 6.48 2.12 -
YUV 70.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 109 59 31 0 0.46 0.72 0.57 21.54 0.56 0.27
Hex 6D 3B 1F 0 2E 48 39 16 38 1B
Octal 155 73 37 0 56 110 71 26 70 33
Binary 1101101 111011 11111 0 101110 1001000 111001 10110 111000 11011

Color Harmonies of #6D3B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3B1F

Black with #6D3B1F

Text Example


Text Example

White with #6D3B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,59,31); }

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

background-color css

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

 a { background-color: rgb(109,59,31); }

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

border-color css

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

 span { border-color: rgb(109,59,31); }

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