Html Css Color HEX #6C321C New Amber

📋 copy color: '#6C321C'

red 108 ◦ green 50 ◦ blue 28

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

Shades of New Amber #6C321C

Tints of New Amber #6C321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 58.06%
G = 26.88%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6C321C (or 0x6C321C) is known color: New Amber. HEX triplet: 6C, 32 and 1C. RGB value is (108,50,28). Sum of RGB (Red+Green+Blue) = 108+50+28=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C321C is #93CDE3. Grayscale: #404040. Windows color (decimal): -9686500 or 1847916. OLE color: 1847916.

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

Color convert

RGB 108 50 28 -
CMYK 0 0.54 0.74 0.58
HSL 16.5º 0.59% 0.27% -
HSV(B) 16.5º 0.74% 0.42% -
XYZ 7.53 5.55 1.77 -
YUV 64.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 108 50 28 0 0.54 0.74 0.58 16.5 0.59 0.27
Hex 6C 32 1C 0 36 4A 3A 10 3B 1B
Octal 154 62 34 0 66 112 72 20 73 33
Binary 1101100 110010 11100 0 110110 1001010 111010 10000 111011 11011

Color Harmonies of #6C321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C321C

Black with #6C321C

Text Example


Text Example

White with #6C321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,50,28); }

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

background-color css

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

 a { background-color: rgb(108,50,28); }

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

border-color css

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

 span { border-color: rgb(108,50,28); }

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