Html Css Color HEX #6C3C29 New Amber

📋 copy color: '#6C3C29'

red 108 ◦ green 60 ◦ blue 41

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

Shades of New Amber #6C3C29

Tints of New Amber #6C3C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 51.67%
G = 28.71%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6C3C29 (or 0x6C3C29) is known color: New Amber. HEX triplet: 6C, 3C and 29. RGB value is (108,60,41). Sum of RGB (Red+Green+Blue) = 108+60+41=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C29 is #93C3D6. Grayscale: #484848. Windows color (decimal): -9683927 or 2702444. OLE color: 2702444.

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

Color convert

RGB 108 60 41 -
CMYK 0 0.44 0.62 0.58
HSL 17.01º 0.45% 0.29% -
HSV(B) 17.01º 0.62% 0.42% -
XYZ 8.2 6.58 2.94 -
YUV 72.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 108 60 41 0 0.44 0.62 0.58 17.01 0.45 0.29
Hex 6C 3C 29 0 2C 3E 3A 11 2D 1D
Octal 154 74 51 0 54 76 72 21 55 35
Binary 1101100 111100 101001 0 101100 111110 111010 10001 101101 11101

Color Harmonies of #6C3C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C29

Black with #6C3C29

Text Example


Text Example

White with #6C3C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,60,41); }

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

background-color css

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

 a { background-color: rgb(108,60,41); }

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

border-color css

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

 span { border-color: rgb(108,60,41); }

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