Html Css Color HEX #6C3623 New Amber

📋 copy color: '#6C3623'

red 108 ◦ green 54 ◦ blue 35

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

Shades of New Amber #6C3623

Tints of New Amber #6C3623

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

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

R = 54.82%
G = 27.41%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#6C3623 (or 0x6C3623) is known color: New Amber. HEX triplet: 6C, 36 and 23. RGB value is (108,54,35). Sum of RGB (Red+Green+Blue) = 108+54+35=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3623 is #93C9DC. Grayscale: #444444. Windows color (decimal): -9685469 or 2307692. OLE color: 2307692.

HSL color Cylindrical-coordinate representation of color #6C3623: hue angle of 15.62º 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 #6C3623 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 54 35 -
CMYK 0 0.50 0.68 0.58
HSL 15.62º 0.51% 0.28% -
HSV(B) 15.62º 0.68% 0.42% -
XYZ 7.81 5.95 2.33 -
YUV 67.98 109.39 156.54 -
System Red Green Blue C M Y K H S L
Decimal 108 54 35 0 0.50 0.68 0.58 15.62 0.51 0.28
Hex 6C 36 23 0 32 44 3A 10 33 1C
Octal 154 66 43 0 62 104 72 20 63 34
Binary 1101100 110110 100011 0 110010 1000100 111010 10000 110011 11100

Color Harmonies of #6C3623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3623

Black with #6C3623

Text Example


Text Example

White with #6C3623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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