Html Css Color HEX #673C28 New Amber

📋 copy color: '#673C28'

red 103 ◦ green 60 ◦ blue 40

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

Shades of New Amber #673C28

Tints of New Amber #673C28

RGB

 RED value IS 103 (40.63% from 255) = 50.74%

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

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 50.74%
G = 29.56%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#673C28 (or 0x673C28) is known color: New Amber. HEX triplet: 67, 3C and 28. RGB value is (103,60,40). Sum of RGB (Red+Green+Blue) = 103+60+40=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #673C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C28 is #98C3D7. Grayscale: #464646. Windows color (decimal): -10011608 or 2636903. OLE color: 2636903.

HSL color Cylindrical-coordinate representation of color #673C28: hue angle of 19.05º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #673C28 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 60 40 -
CMYK 0 0.42 0.61 0.60
HSL 19.05º 0.44% 0.28% -
HSV(B) 19.05º 0.61% 0.4% -
XYZ 7.59 6.27 2.82 -
YUV 70.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 103 60 40 0 0.42 0.61 0.60 19.05 0.44 0.28
Hex 67 3C 28 0 2A 3D 3C 13 2C 1C
Octal 147 74 50 0 52 75 74 23 54 34
Binary 1100111 111100 101000 0 101010 111101 111100 10011 101100 11100

Color Harmonies of #673C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673C28

Black with #673C28

Text Example


Text Example

White with #673C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673C28; }

 p { color: rgb(103,60,40); }

 H1.HeaderClassName
 {
   color: #673C28;
 }
 .AnyTagClassName
 {
   color: #673C28;
 }
</style>

background-color css

<style>
 a { background-color: #673C28; }

 a { background-color: rgb(103,60,40); }

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

border-color css

<style>
 span { border-color: #673C28; }

 span { border-color: rgb(103,60,40); }

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