Html Css Color HEX #6C341A New Amber

📋 copy color: '#6C341A'

red 108 ◦ green 52 ◦ blue 26

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

Shades of New Amber #6C341A

Tints of New Amber #6C341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.96%

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 58.06%
G = 27.96%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C341A (or 0x6C341A) is known color: New Amber. HEX triplet: 6C, 34 and 1A. RGB value is (108,52,26). Sum of RGB (Red+Green+Blue) = 108+52+26=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C341A is #93CBE5. Grayscale: #414141. Windows color (decimal): -9685990 or 1717356. OLE color: 1717356.

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

Color convert

RGB 108 52 26 -
CMYK 0 0.52 0.76 0.58
HSL 19.02º 0.61% 0.26% -
HSV(B) 19.02º 0.76% 0.42% -
XYZ 7.6 5.72 1.68 -
YUV 65.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 108 52 26 0 0.52 0.76 0.58 19.02 0.61 0.26
Hex 6C 34 1A 0 34 4C 3A 13 3D 1A
Octal 154 64 32 0 64 114 72 23 75 32
Binary 1101100 110100 11010 0 110100 1001100 111010 10011 111101 11010

Color Harmonies of #6C341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C341A

Black with #6C341A

Text Example


Text Example

White with #6C341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,26); }

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

background-color css

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

 a { background-color: rgb(108,52,26); }

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

border-color css

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

 span { border-color: rgb(108,52,26); }

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