Html Css Color HEX #6C3C23 New Amber

📋 copy color: '#6C3C23'

red 108 ◦ green 60 ◦ blue 35

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

Shades of New Amber #6C3C23

Tints of New Amber #6C3C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 53.2%
G = 29.56%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6C3C23 (or 0x6C3C23) is known color: New Amber. HEX triplet: 6C, 3C and 23. RGB value is (108,60,35). Sum of RGB (Red+Green+Blue) = 108+60+35=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3C23 is #93C3DC. Grayscale: #474747. Windows color (decimal): -9683933 or 2309228. OLE color: 2309228.

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

Color convert

RGB 108 60 35 -
CMYK 0 0.44 0.68 0.58
HSL 20.55º 0.51% 0.28% -
HSV(B) 20.55º 0.68% 0.42% -
XYZ 8.1 6.54 2.43 -
YUV 71.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 108 60 35 0 0.44 0.68 0.58 20.55 0.51 0.28
Hex 6C 3C 23 0 2C 44 3A 15 33 1C
Octal 154 74 43 0 54 104 72 25 63 34
Binary 1101100 111100 100011 0 101100 1000100 111010 10101 110011 11100

Color Harmonies of #6C3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3C23

Black with #6C3C23

Text Example


Text Example

White with #6C3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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