Html Css Color HEX #6C3F2D New Amber

📋 copy color: '#6C3F2D'

red 108 ◦ green 63 ◦ blue 45

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

Shades of New Amber #6C3F2D

Tints of New Amber #6C3F2D

RGB

 RED value IS 108 (42.58% from 255) = 50%

 GREEN value IS 63 (25% from 255) = 29.17%

 BLUE value IS 45 (17.97% from 255) = 20.83%

R = 50%
G = 29.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C3F2D (or 0x6C3F2D) is known color: New Amber. HEX triplet: 6C, 3F and 2D. RGB value is (108,63,45). Sum of RGB (Red+Green+Blue) = 108+63+45=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3F2D is #93C0D2. Grayscale: #4A4A4A. Windows color (decimal): -9683155 or 2965356. OLE color: 2965356.

HSL color Cylindrical-coordinate representation of color #6C3F2D: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C3F2D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 63 45 -
CMYK 0 0.42 0.58 0.58
HSL 17.14º 0.41% 0.3% -
HSV(B) 17.14º 0.58% 0.42% -
XYZ 8.44 6.93 3.38 -
YUV 74.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 108 63 45 0 0.42 0.58 0.58 17.14 0.41 0.3
Hex 6C 3F 2D 0 2A 3A 3A 11 29 1E
Octal 154 77 55 0 52 72 72 21 51 36
Binary 1101100 111111 101101 0 101010 111010 111010 10001 101001 11110

Color Harmonies of #6C3F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3F2D

Black with #6C3F2D

Text Example


Text Example

White with #6C3F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,63,45); }

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

background-color css

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

 a { background-color: rgb(108,63,45); }

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

border-color css

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

 span { border-color: rgb(108,63,45); }

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