Html Css Color HEX #6D351C New Amber

📋 copy color: '#6D351C'

red 109 ◦ green 53 ◦ blue 28

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

Shades of New Amber #6D351C

Tints of New Amber #6D351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 28 (11.33% from 255) = 14.74%

R = 57.37%
G = 27.89%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#6D351C (or 0x6D351C) is known color: New Amber. HEX triplet: 6D, 35 and 1C. RGB value is (109,53,28). Sum of RGB (Red+Green+Blue) = 109+53+28=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D351C is #92CAE3. Grayscale: #434343. Windows color (decimal): -9620196 or 1848685. OLE color: 1848685.

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

Color convert

RGB 109 53 28 -
CMYK 0 0.51 0.74 0.57
HSL 18.52º 0.59% 0.27% -
HSV(B) 18.52º 0.74% 0.43% -
XYZ 7.79 5.88 1.82 -
YUV 66.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 109 53 28 0 0.51 0.74 0.57 18.52 0.59 0.27
Hex 6D 35 1C 0 33 4A 39 13 3B 1B
Octal 155 65 34 0 63 112 71 23 73 33
Binary 1101101 110101 11100 0 110011 1001010 111001 10011 111011 11011

Color Harmonies of #6D351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D351C

Black with #6D351C

Text Example


Text Example

White with #6D351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,53,28); }

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

background-color css

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

 a { background-color: rgb(109,53,28); }

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

border-color css

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

 span { border-color: rgb(109,53,28); }

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